r82317 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82316‎ | r82317 | r82318 >
Date:04:02, 17 February 2011
Author:yaron
Status:deferred
Tags:
Comment:
Commented out jQuery.noConflict() call - doesn't appear to be necessary
Modified paths:
  • /trunk/extensions/SemanticForms/libs/SemanticForms.js (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/libs/SemanticForms.js
@@ -29,7 +29,7 @@
3030 }
3131 }
3232
33 - jQuery.noConflict();
 33+ //jQuery.noConflict();
3434
3535 /* extending jQuery functions for custom highlighting */
3636 jQuery.ui.autocomplete.prototype._renderItem = function( ul, item) {