MediaWiki:Vector.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* All JavaScript here will be loaded for users of the Vector skin */ | /* All JavaScript here will be loaded for users of the Vector skin */ | ||
document.addEventListener("DOMContentLoaded", function () { | |||
document.addEventListener("contextmenu", function (event) { | |||
event.preventDefault(); | |||
}); | |||
}); |
Revision as of 15:40, 7 August 2025
/* All JavaScript here will be loaded for users of the Vector skin */
document.addEventListener("DOMContentLoaded", function () {
document.addEventListener("contextmenu", function (event) {
event.preventDefault();
});
});
By using this site, you agree to the Terms of Use. © 1996–2025 The Quincy Examiner / MTB. All rights reserved.