summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authormartin speleo <martin.speleo@gmail.com>2009-06-28 23:11:45 +0100
committermartin speleo <martin.speleo@gmail.com>2009-06-28 23:11:45 +0100
commit620040bde17dfb6361c283900e5ad53efdab6a20 (patch)
tree62a36e0560939d9c72ac121405bfee6f23f8e61e /templates
parent22aa9990a5944230223f3724fa48d68cfeae8435 (diff)
downloadtroggle-620040bde17dfb6361c283900e5ad53efdab6a20.tar.gz
troggle-620040bde17dfb6361c283900e5ad53efdab6a20.tar.bz2
troggle-620040bde17dfb6361c283900e5ad53efdab6a20.zip
[svn] Fixed accidental removal of fading in margin pictures from main page of eye candy site.
Reduced non eye candy margins. Moved set contents style height function into main.js from being embeded js, and ran when eye candy is turned on. Remove style attribute when eye candy is turned back off.
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index b34df33..4fc24c5 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -10,9 +10,6 @@
<script src="{{ settings.MEDIA_URL }}js/jquery.quicksearch.js" type="text/javascript"></script>
<script src="{{ settings.MEDIA_URL }}js/base.js" type="text/javascript"></script>
<script src="{{ settings.MEDIA_URL }}js/jquery.dropdownPlain.js" type="text/javascript"></script>
-<script language="javascript">
-window.onload = contentHeight;
-</script>
{% block head %}{% endblock %}
</head>