User:Awesome187/common.js: Difference between revisions
From Growtopia Wiki
More actions
Awesome187 (talk | contribs) No edit summary |
Awesome187 (talk | contribs) No edit summary |
||
| Line 30: | Line 30: | ||
] | ] | ||
}); | }); | ||
importArticles({ | |||
type: 'script', | |||
articles: [ | |||
'u:dev:AjaxRC/code.js', | |||
] | |||
}); | |||
. | |||
Revision as of 07:16, 3 May 2017
massCategorizationDelay = 1000;
importScriptPage('MediaWiki:MassCategorization/code.js', 'dev');
WHAMDelay = 1000;
importArticles({
type: "script",
articles: [
'u:dev:WHAM/code.2.js'
]
});
importArticles({
type: "script",
articles: [
"u:dev:AjaxDelete/code.js"
]
});
importArticles({
type: 'script',
articles: [
'u:dev:GlobalEditcount/code.js',
]
});
importArticles({
type: 'script',
articles: [
'u:dev:QuickComments/advanced.js'
]
});
importArticles({
type: 'script',
articles: [
'u:dev:AjaxRC/code.js',
]
});
.