247 bytes added,
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');
}
}());