MediaWiki:Vector.js: Difference between revisions
From EPOD
m (Minor correction) |
m (Minor correction) |
||
Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for users using the Vector skin */ | /* Any JavaScript here will be loaded for users using the Vector skin */ | ||
window.onload = function (e) { | window.onload = function (e) { | ||
document.getElementById('mw-panel').style.position='fixed'; | document.getElementById('mw-panel').style.position='fixed'; | ||
} | } |
Latest revision as of 17:40, 28 February 2020
/* Any JavaScript here will be loaded for users using the Vector skin */
window.onload = function (e) {
document.getElementById('mw-panel').style.position='fixed';
}