r84192 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84191‎ | r84192 | r84193 >
Date:18:38, 17 March 2011
Author:yaron
Status:deferred
Tags:
Comment:
Removed commented-out jQuery.noConflict() line - definitely not needed
Modified paths:
  • /trunk/extensions/SemanticForms/libs/SemanticForms.js (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/libs/SemanticForms.js
@@ -29,8 +29,6 @@
3030 }
3131 }
3232
33 - //jQuery.noConflict();
34 -
3533 /* extending jQuery functions for custom highlighting */
3634 jQuery.ui.autocomplete.prototype._renderItem = function( ul, item) {
3735