Merge "tablesorter: Keyboard accessibility for sort headers."
[lhc/web/wiklou.git] / resources / mediawiki.action / mediawiki.action.edit.preview.js
index 602aadb..0f95b62 100644 (file)
                } );
        }
 
-       $( document ).ready( function () {
+       $( function () {
                // Do not enable on user .js/.css pages, as there's no sane way of "previewing"
                // the scripts or styles without reloading the page.
                if ( $( '#mw-userjsyoucanpreview' ).length || $( '#mw-usercssyoucanpreview' ).length ) {