diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-05-11 17:24:15 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-05-18 15:40:11 +0200 |
| commit | 2645b3a6b5c1065a1712e169e0d18ade249bd443 (patch) | |
| tree | 2baff0a55e45813490c8abf7d02aa5cc460bb5d9 /ishtar_common/templates/base.html | |
| parent | 9139433a6e5b602d0723861c7c6cae9dc3e5b5cf (diff) | |
| download | Ishtar-2645b3a6b5c1065a1712e169e0d18ade249bd443.tar.bz2 Ishtar-2645b3a6b5c1065a1712e169e0d18ade249bd443.zip | |
💄 UI: dark/light mode switcher - dark style fix
Diffstat (limited to 'ishtar_common/templates/base.html')
| -rw-r--r-- | ishtar_common/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 7d57fa54e..8b3ed35a1 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -234,6 +234,7 @@ <script type="text/javascript">{% localize off %} {% block end_js %} {% endblock %} + $(document).ready(manageColorScheme); {% endlocalize %}</script> </body> |
