Jump to content

User:MonkeyPython/vector.js: Difference between revisions

From Wikipedia, the free encyclopedia
m Remove legacy globals per phab:T72470 (see VPT notice; revert and ping me if broken!) (via WP:JWB)
m MdsShakil moved page User:CatCat/vector.js to User:MonkeyPython/vector.js: Automatically moved page while renaming the user "CatCat" to "MonkeyPython"
 
(No difference)

Latest revision as of 17:41, 14 February 2024

if(mw.config.get('wgAction') == 'edit') {
    addOnloadHook(function minorEdit() {
       document.getElementById('wpMinoredit').checked = true;
    });
}