r108211 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r108210
|
r108211
|
r108212
>
Date:
10:10, 6 January 2012
Author:
nikerabbit
Status:
deferred
Tags:
Comment:
Something broke this JS, don't know what
Modified paths:
/trunk/extensions/Kieli/ext.kieli.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Kieli/ext.kieli.js
—
—
@@ -1,8 +1,4 @@
2
-( function( $ ) {
3
-
4
- $( document ).ready( function() {
5
- $.kieli.setup();
6
- } );
2
+( function ( $ ) {
7
3
8
4
$.kieli = {
9
5
loaded: false,
—
—
@@ -166,4 +162,8 @@
167
163
}
168
164
};
169
165
170
-})(jQuery);
\ No newline at end of file
166
+ $( document ).ready( function() {
167
+ $.kieli.setup();
168
+ } );
169
+
170
+} )( jQuery );
\ No newline at end of file
Status & tagging log
16:26, 6 January 2012
Reedy
(
talk
|
contribs
)
changed the
status
of r108211
[
removed:
new
added:
deferred]