MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
$elem[0].style.setProperty('display', 'block', 'important'); | $elem[0].style.setProperty('display', 'block', 'important'); | ||
} | } | ||
Revision as of 12:05, 18 July 2021
/* Any JavaScript here will be loaded for all users on every page load. */ if(mw.config.values.wgUserId !=undefined){ const $elem = $(".editbutton"); $elem[0].style.setProperty('display', 'block', 'important'); }