Index: trunk/extensions/Wikidata/OmegaWiki/resources/omegawiki-ajax.js |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | $(this).parent().find("ul.wd-dropdownlist").show(); |
12 | 12 | }, function(){ //On Hover Out |
13 | 13 | $(this).parent().find("ul.wd-dropdownlist").hide(); |
14 | | - } |
| 14 | + }); |
15 | 15 | }); // jQuery |
16 | 16 | |
17 | 17 | //TODO: convert the functions below to jQuery... |