summaryrefslogtreecommitdiff
path: root/style.js
diff options
context:
space:
mode:
Diffstat (limited to 'style.js')
-rw-r--r--style.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.js b/style.js
index 29ff78a..d70d815 100644
--- a/style.js
+++ b/style.js
@@ -41,6 +41,6 @@ document.getElementById("content").appendChild(stylechooser);
addCSS("default", "style.css");
addCSS("moe", "moe.css");
-addCSS("simple", "simple.css");
+addCSS("simple", "");
});