User:Schiffy/common.js: Difference between revisions
From Katawa Shoujo Wiki
Created page with "importArticles({ type: "script", articles: [ 'fandom:c:dev:MediaWiki:UTCClock/code.js', ] });" |
mNo edit summary |
||
Line 5: | Line 5: | ||
] | ] | ||
}); | }); | ||
if (mw.config.get('wgAction') === 'purge') { | |||
$('form[action*="action=purge"]').submit(); | |||
} |
Revision as of 19:21, 15 March 2025
importArticles({ type: "script", articles: [ 'fandom:c:dev:MediaWiki:UTCClock/code.js', ] }); if (mw.config.get('wgAction') === 'purge') { $('form[action*="action=purge"]').submit(); }