Преглед изворни кода

fix parse error when using with JS aggregator

Ted Serbinski пре 17 година
родитељ
комит
08fe6616f9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      simplemenu.js

+ 1 - 1
simplemenu.js

@@ -34,7 +34,7 @@ $(document).ready(function() {
   		.find("a")
   			.focus(function(){
   				$("ul", $("#simplemenu>li[ul]")).bgIframe({opacity:false});
-  			})
+  			});
 	 
 	 $('#simplemenu').children('li.expanded').addClass('root');    
 });