diff options
| author | sostler <sbostler@gmail.com> | 2010-02-01 20:57:47 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-02-01 20:57:47 -0500 |
| commit | f48be07d06c13aca598eee597a8384553e848925 (patch) | |
| tree | ae6964dc1943a985dc55eeed2e1cfaa755ec3c47 /template/head.st | |
| parent | 012293438dc4fe0b347e012970eb1187502d3fa3 (diff) | |
| parent | c4e2a34d4d03386f9eb66169e0010c03521b9ca8 (diff) | |
Merge branch 'master' of ssh://sostler@dump.fm/home/dumpfmprod/prod
Diffstat (limited to 'template/head.st')
| -rwxr-xr-x | template/head.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/head.st b/template/head.st index 780d60c..2d68d2b 100755 --- a/template/head.st +++ b/template/head.st @@ -1,4 +1,4 @@ -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> <!-- <script type="text/javascript" src="/static/jquery-1.3.2.min.js"></script> --> @@ -40,7 +40,7 @@ function MM_swapImage() { //v3.0 jQuery(document).ready(function () { MM_preloadImages('/static/mouseover.gif'); }); - jQuery(function() { jQuery(".lavaLamp").lavaLamp({ fx: "backout", speed: 700 })}); + jQuery(function() { jQuery("#banner-menu").lavaLamp({ fx: "backout", speed: 700 })}); </script> |
