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

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