diff options
| author | mion <> | 2026-02-14 15:44:34 +0000 |
|---|---|---|
| committer | mion <> | 2026-02-14 15:44:34 +0000 |
| commit | ef14f5fef073149f23a9d55cd7393704045e233b (patch) | |
| tree | f6697c3bd75558e4111ab6b5cc35dd31f7a17c5d /template.html | |
| parent | 102e0ae2e97cb55665b2547250777f82383ae0a0 (diff) | |
update stylechooser to update style from cookies without waiting for whole document to load, prevents flash
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.html b/template.html index 2da2648..0982f3e 100644 --- a/template.html +++ b/template.html @@ -5,7 +5,7 @@ <meta charset="UTF-8"> <link id="mainstyle" rel="stylesheet" href="style.css"> <link rel="stylesheet" href="etc.css"> - <script src="style.js" defer></script> + <script src="style.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> |
