MediaWiki:Common.js: различия между версиями

мНет описания правки
мНет описания правки
Строка 521: Строка 521:
var customHeadings = document.querySelectorAll('.custom-heading');
var customHeadings = document.querySelectorAll('.custom-heading');
if (tables.length > 0) {
if (tables.length > 0) {
addCustomHeadingsWithTOC();
addHeadingsWithTOC();
}
}
});
});