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 @@
30
30
}
31
31
}
32
32
33
- jQuery.noConflict();
33
+ //jQuery.noConflict();
34
34
35
35
/* extending jQuery functions for custom highlighting */
36
36
jQuery.ui.autocomplete.prototype._renderItem = function( ul, item) {