MediaWiki:Vector.js: Difference between revisions
From EPOD
No edit summary |
m (Minor correction) |
||
(2 intermediate revisions by the same user not shown) | |||
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. | window.onload = function (e) { | ||
document.getElementById('mw-panel').style.position='fixed'; | |||
document.getElementById('mw-panel').style. | |||
} | } |
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';
}