MediaWiki:Vector.js: Difference between revisions

From Future Of Mankind
Created page with "mw.loader.using('mediawiki.util').then(function () { const actionsDropdown = document.querySelector('#ca-actions .vector-dropdown'); if (actionsDropdown) { actionsDropdown.classList.add('vector-dropdown--expanded'); } });"
 
Blanked the page
Tag: Blanking
 
Line 1: Line 1:
mw.loader.using('mediawiki.util').then(function () {
 
    const actionsDropdown = document.querySelector('#ca-actions .vector-dropdown');
    if (actionsDropdown) {
        actionsDropdown.classList.add('vector-dropdown--expanded');
    }
});

Latest revision as of 07:27, 12 June 2026