Difference between revisions of "MediaWiki:Common.js"
Jump to navigation
Jump to search
(Move the TOC to the right) |
(No difference)
|
Latest revision as of 15:01, 9 October 2019
/* Any JavaScript here will be loaded for all users on every page load. */
/* Full width of content when no TOC */
$(function () {
var hasTOC = $('#toc').length;
if (!hasTOC) {
$('#mw-content-text').css('padding-right', '0');
}
}());