Index: trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialAsk.php |
— | — | @@ -217,7 +217,6 @@ |
218 | 218 | } |
219 | 219 | } |
220 | 220 | |
221 | | -jQuery.noConflict(); |
222 | 221 | /* extending jQuery functions for custom highligting */ |
223 | 222 | jQuery.ui.autocomplete.prototype._renderItem = function( ul, item) { |
224 | 223 | var term_without_q = escapeQuestion(extractLast(this.term)); |