Changes

Jump to navigation Jump to search

MediaWiki:Common.js

247 bytes added, 14:01, 9 October 2019
Move the TOC to the right
/* 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');
}
}());

Navigation menu