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', ] });" |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
if (mw.config.get('wgAction') === 'purge') { | |||
$('form[action*="action=purge"]').submit(); | |||
} | |||
} |
Latest revision as of 19:36, 15 March 2025
if (mw.config.get('wgAction') === 'purge') { $('form[action*="action=purge"]').submit(); }