diff options
| author | mion <> | 2026-08-21 15:07:37 +0100 |
|---|---|---|
| committer | mion <> | 2026-08-21 15:07:37 +0100 |
| commit | 7fb88522f8633e32f4cb04c630cca7469ef51686 (patch) | |
| tree | 92979c4b7cf3d4a428efd4509f2f8c1d6a81a608 /style.js | |
| parent | 79383428f643bef7995a7dd32ac67b9f02f2544b (diff) | |
Diffstat (limited to 'style.js')
| -rw-r--r-- | style.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,8 +33,8 @@ if (typeof currentstyle === "undefined") { document.addEventListener('DOMContentLoaded', function() { -var stylechooser = document.createElement("div"); -stylechooser.setAttribute("id", "stylechooser"); +var stylechooser = document.getElementById("stylechooser"); + stylechooser.innerHTML = "Styles: "; document.getElementById("content").appendChild(stylechooser); |
