MediaWiki:RefToolbar.js: Difference between revisions
Content deleted Content added
only editing/previewing wikitext pages |
Mvolz (WMF) (talk | contribs) Address deprecation warnings; Replace deprecated function importScript with mw.loader.load |
||
Line 1:
/*jshint smarttabs:true, loopfunc:true,forin:false*/
/*global mw, $
// TODO: make autodate an option in the CiteTemplate object, not a preference
Line 277:
switch( mw.config.get('wgUserLanguage') ) {
case 'de': // German
break;
default: // English
}
});
|