mirror of https://github.com/jpanther/congo.git
4 lines
154 B
JavaScript
4 lines
154 B
JavaScript
|
window.addEventListener("DOMContentLoaded", (event) => {
|
||
|
document.querySelectorAll("pre, .highlight-wrapper").forEach((tag) => (tag.dir = "auto"));
|
||
|
});
|