web.myco.systems/web-myco/themes/blowfish/assets/js/rtl.js
2023-09-02 03:10:14 +00:00

3 lines
154 B
JavaScript

window.addEventListener("DOMContentLoaded", (event) => {
document.querySelectorAll("pre, .highlight-wrapper").forEach((tag) => (tag.dir = "auto"));
});