web.myco.systems/themes/blowfish/assets/js/rtl.js

4 lines
154 B
JavaScript
Raw Normal View History

2023-09-02 03:10:14 +00:00
window.addEventListener("DOMContentLoaded", (event) => {
document.querySelectorAll("pre, .highlight-wrapper").forEach((tag) => (tag.dir = "auto"));
});