This commit is contained in:
Hell13Cat
2022-05-04 00:47:13 +03:00
parent 2cdce66869
commit 8827e205c4
16 changed files with 216 additions and 76 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ function addstylesheet(name_short) {
var link = document.createElement("link");
link.type = "text/css";
link.rel = "stylesheet";
version = 2
version = 4
name_style = "css/color-"+name_short+".css?v=" + version;
link.href = name_style;
link.id = "currentstylesheet";