Firebug message not understood, Help!
Hi,
I 'm getting this firebug error and, that's is about as much as I can understand. The balance would probably make more sense to me if it were in some obscure Burmese dialect or Serbo-Croatian, please help me, tell me what I need here:
This is the error message copied from FB and the source code in my doc head:
Error: missing } after property list
Source File: http://127.0.0.1/Joomla/
Line: 33, Column: 202
Source Code:
jQuery(function($){ $("ul.sf-menu bamboo").superfish({hoverClass:'hover', pathClass:'active', pathLevels:0, delay:800, animation:{height:'show'}, speed:'def', autoArrows:0, dropShadows:0, onInit: onInit: function(){$('ul.open').html('hello');}}).find('ul'
<* -- END of error begin SC --*>
<script type="text/javascript" src="/Joomla/plugins/system/jbLibrary/includes/js/jquery-1.4.2.min.js"></script><script type="text/javascript">jQuery.noConflict();</script>
<script type="text/javascript" src="/Joomla/plugins/content/autotoc.js"></script>
<script type="text/javascript" src="http://127.0.0.1/Joomla/plugins/system/shadowbox/min/index.php?g=sb&ad=jquery&lan=en&play=img"></script>
<script type="text/javascript" src="/Joomla/media/system/js/openid.js"></script>
<script type="text/javascript" src="http://127.0.0.1/Joomla/modules/mod_superfishmenu/tmpl/js/jquery.event.hover.js"></script>
<script type="text/javascript" src="http://127.0.0.1/Joomla/modules/mod_superfishmenu/tmpl/js/jquery.bgiframe.min.js"></script>
<script type="text/javascript" src="http://127.0.0.1/Joomla/modules/mod_superfishmenu/tmpl/js/superfish.js"></script>
<script type="text/javascript">
var JLanguage = {}; JLanguage.WHAT_IS_OPENID = 'What is OpenId?'; JLanguage.LOGIN_WITH_OPENID = 'Login with an OpenID'; JLanguage.NORMAL_LOGIN = 'Go back to normal login'; var modlogin = 1;
jQuery(function($){ $("ul.sf-menu bamboo").superfish({hoverClass:'hover', pathClass:'active', pathLevels:0, delay:800, animation:{height:'show'}, speed:'def', autoArrows:0, dropShadows:0, onInit: onInit: function(){$('ul.open').html('hello');}}).find('ul').bgIframe({top:'auto', left:'auto', width:'auto', height:'auto', opacity:1, src:'javascript:false;'}) });
jQuery.event.special.hover.delay = 100;
jQuery.event.special.hover.speed = 100;
</script>
I'd really appreciate assistance on what I need to fix, I'm trying to make changes to my SF menu and quite frankly I don't need this at the moment, got my hands full with the css.
Thanks for reading this
RD