Merry Christmas from the IIWiki Team! Have a happy new year!
MediaWiki:Vector.js: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary Tag: Manual revert |
mNo edit summary |
||
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 */ | ||
/* Custom backport of sidebar TOC from Vector 2022 skin | /* Custom backport of sidebar TOC from Vector 2022 skin | ||
var t = document.querySelector("#toc.toc"); | var t = document.querySelector("#toc.toc"); | ||
var e = document.querySelector("#mw-panel"); | var e = document.querySelector("#mw-panel"); | ||
e.insertBefore(t, e.firstElementChild.nextSibling); | e.insertBefore(t, e.firstElementChild.nextSibling);*/ |