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 ( $ ) {
73
84 $.kieli = {
95 loaded: false,
@@ -166,4 +162,8 @@
167163 }
168164 };
169165
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