Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:LightSwitch/common.js: Difference between revisions

From Growtopia Wiki
LightSwitch (talk | contribs)
m Protected "User:LightSwitch/common.js" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite))
LightSwitch (talk | contribs)
No edit summary
 
Line 1: Line 1:
massCategorizationDelay = 1000;
importScriptPage('MediaWiki:MassCategorization/code.js', 'dev');
WHAMDelay = 1000;
WHAMDelay = 1000;
importArticles({
importArticles({

Latest revision as of 11:59, 28 April 2017

massCategorizationDelay = 1000;
importScriptPage('MediaWiki:MassCategorization/code.js', 'dev');
 
WHAMDelay = 1000;
importArticles({
    type: "script",
    articles: [
        'u:dev:WHAM/code.2.js'
    ]
});