diff options
| author | timb <timb@mb.local> | 2010-02-01 12:08:53 -0800 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-02-01 12:08:53 -0800 |
| commit | 9c2fbfedc1cf55825ce4e496b907f5eea2ee57d8 (patch) | |
| tree | 910fad96a7e97a4fdc3c66f404cafb3a36883dbd /template/head.st | |
| parent | 02a283dd0071d090fd712c92ca88c5f3af2908a3 (diff) | |
lavalamp effect
Diffstat (limited to 'template/head.st')
| -rwxr-xr-x | template/head.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/head.st b/template/head.st index 780d60c..f0e36b1 100755 --- a/template/head.st +++ b/template/head.st @@ -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> |
