mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 06:55:43 -06:00
4 lines
154 B
JavaScript
4 lines
154 B
JavaScript
|
window.addEventListener("DOMContentLoaded", (event) => {
|
||
|
document.querySelectorAll("pre, .highlight-wrapper").forEach((tag) => (tag.dir = "auto"));
|
||
|
});
|