add: slightly better default themes

This commit is contained in:
trisua 2025-06-02 20:33:51 -04:00
parent c9983b8dcb
commit d44004e86b
5 changed files with 14 additions and 8 deletions

View file

@ -617,9 +617,7 @@
(icon (text "shield"))
(span (text "View IP")))
(div
("class" "card secondary")
(pre (code (text "{{ question.ip }}")))))
(pre (code (text "{{ question.ip }}"))))
(text "{% endif %}")
; ...
(div

View file

@ -83,6 +83,11 @@
document.documentElement.addEventListener(\"turbo:load\", () => {
const atto = ns(\"atto\");
if (!atto) {
window.location.reload();
return;
}
atto.disconnect_observers();
atto.remove_false_options();
atto.clean_date_codes();