5 lines
No EOL
178 B
JavaScript
5 lines
No EOL
178 B
JavaScript
document.addEventListener("DOMContentLoaded", function () {
|
|
document.querySelectorAll("table").forEach(function (table) {
|
|
table.classList.add("docutils");
|
|
});
|
|
}); |