From 7fb88522f8633e32f4cb04c630cca7469ef51686 Mon Sep 17 00:00:00 2001 From: mion <> Date: Fri, 21 Aug 2026 15:07:37 +0100 Subject: update --- style.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'style.js') 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); -- cgit v1.2.3