summaryrefslogtreecommitdiff
path: root/style.js
diff options
context:
space:
mode:
authormion <>2026-08-21 15:07:37 +0100
committermion <>2026-08-21 15:07:37 +0100
commit7fb88522f8633e32f4cb04c630cca7469ef51686 (patch)
tree92979c4b7cf3d4a428efd4509f2f8c1d6a81a608 /style.js
parent79383428f643bef7995a7dd32ac67b9f02f2544b (diff)
Diffstat (limited to 'style.js')
-rw-r--r--style.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.js b/style.js
index d70d815..fd9b6ce 100644
--- a/style.js
+++ b/style.js
@@ -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);