add: slightly better default themes
This commit is contained in:
parent
c9983b8dcb
commit
d44004e86b
5 changed files with 14 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue