r106607 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106606‎ | r106607 | r106608 >
Date:21:53, 18 December 2011
Author:kipcool
Status:deferred
Tags:
Comment:
missing ');' ... strange that it worked on my pc...
Modified paths:
  • /trunk/extensions/Wikidata/OmegaWiki/resources/omegawiki-ajax.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Wikidata/OmegaWiki/resources/omegawiki-ajax.js
@@ -10,7 +10,7 @@
1111 $(this).parent().find("ul.wd-dropdownlist").show();
1212 }, function(){ //On Hover Out
1313 $(this).parent().find("ul.wd-dropdownlist").hide();
14 - }
 14+ });
1515 }); // jQuery
1616
1717 //TODO: convert the functions below to jQuery...

Status & tagging log