Content deleted Content added
automatically focus reason input |
use mw.notify() |
||
Line 2:
/* global mw, importStylesheet */
mw.loader.using(['mediawiki.util
if (mw.config.get('wgAction') !== 'history') return;
Line 53:
})
.catch((_, data) => {
mw
setTimeout(() => window.___location.reload(), 2000);
return false;
Line 60:
if (!success) return;
mw
window.___location.reload();
}
|