MediaWiki talk:Common.js

From Valve Cut Content
Revision as of 18:33, 24 November 2018 by Bonketh (talk | contribs) (Created page with "This will automatically push the confirm button on the purge page for you: <pre> if ( mw.config.get( 'wgAction' ) === 'purge' ) { $('form[action*="action=purge"]').subm...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This will automatically push the confirm button on the purge page for you:

if ( mw.config.get( 'wgAction' ) === 'purge' ) {
       $('form[action*="action=purge"]').submit();
}

Idk if this is optimized or not. Bonketh (talk) 18:33, 24 November 2018 (UTC)