Community Central
Community Central
m (Fix.)
(Copying Global User JS & CSS to community.fandom.com." . " Global User JS & CSS will be loaded from community.fandom.com with the next release.)
Line 1: Line 1:
  +
// Bulk import scripts that don't need to be debugged
 
importArticles({
 
importArticles({
 
type: 'script',
 
type: 'script',
 
articles: [
 
articles: [
'u:dev:MediaWiki:CategoryRenameAuto-update/code.js'
+
'u:dev:MediaWiki:AjaxBatchDelete.js',
  +
'u:dev:MediaWiki:MassNullEdit/code.js',
 
]
 
]
 
});
 
});

Revision as of 12:26, 22 April 2021

// Bulk import scripts that don't need to be debugged
importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:AjaxBatchDelete.js',
        'u:dev:MediaWiki:MassNullEdit/code.js',
    ]
});