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 14: | Line 14: | ||
articles: [ | articles: [ | ||
'u:dev:AjaxDelete/code.js', | 'u:dev:AjaxDelete/code.js', | ||
] | ] | ||
}); | }); | ||
| Line 54: | Line 47: | ||
articles: [ | articles: [ | ||
'u:dev:ListFiles/code.js', | 'u:dev:ListFiles/code.js', | ||
] | |||
}); | |||
importArticles({ | |||
type: 'script', | |||
articles: [ | |||
'u:dev:LastEdited/code.js', | |||
] | ] | ||
}); | }); | ||
Revision as of 22:32, 26 April 2018
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:QuickComments/advanced.js',
]
});
importArticles({
type: 'script',
articles: [
'u:dev:AjaxRC/code.js',
]
});
importScriptPage('SaveKey.js', 'dev');
window.cacheSkip = [];
window.cacheSkipLimit = 1000;
window.topLevelCat = '';
importArticles({
type: 'script',
articles: [
'u:dev:CacheCheck/code.js'
]
});
importArticles({
type: 'script',
articles: [
'u:dev:ListFiles/code.js',
]
});
importArticles({
type: 'script',
articles: [
'u:dev:LastEdited/code.js',
]
});