This repository has been archived on 2026-05-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blowfish/assets/js/rtl.js
T
Nuno Coração 8fbdecb6e7 initial commit
2022-09-10 20:05:37 +01:00

4 lines
154 B
JavaScript

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