williamleonard / obblm

Automatically exported from code.google.com/p/obblm
1 stars 0 forks source link

Javascript error on dropdown js #663

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Simply run obblm with firebug enabled.

What is the expected output? What do you see instead?
You see the error in the firebug console.

What version of the product are you using?
0.96

Please provide any additional information below.

Here's the fix :

diff --git a/cssmenu/js/jquery/jquery.dropdown.js 
b/cssmenu/js/jquery/jquery.dropdown.js
index c4d7148..43be8e6 100644
--- a/cssmenu/js/jquery/jquery.dropdown.js
+++ b/cssmenu/js/jquery/jquery.dropdown.js
@@ -29,4 +29,4 @@ $(document).ready(function(){
  });

-});Statistics
+}).Statistics

Original issue reported on code.google.com by bloodybo...@gmail.com on 13 Jan 2015 at 9:44

GoogleCodeExporter commented 9 years ago
OK.

Original comment by nicholas...@gmail.com on 20 Jan 2015 at 11:13

GoogleCodeExporter commented 9 years ago

Original comment by bloodybo...@gmail.com on 23 Jan 2015 at 7:35

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r997.

Original comment by bloodybo...@gmail.com on 23 Jan 2015 at 1:12

GoogleCodeExporter commented 9 years ago
Fixed in revision 997.

Original comment by bloodybo...@gmail.com on 23 Jan 2015 at 1:12