r101333 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101332‎ | r101333 | r101334 >
Date:01:10, 31 October 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialAsk.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialAsk.php
@@ -217,7 +217,6 @@
218218 }
219219 }
220220
221 -jQuery.noConflict();
222221 /* extending jQuery functions for custom highligting */
223222 jQuery.ui.autocomplete.prototype._renderItem = function( ul, item) {
224223 var term_without_q = escapeQuestion(extractLast(this.term));