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