From baee44a325ba086769f695e609650dceddad4712 Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Sun, 6 Mar 2016 10:05:27 +0100 Subject: [PATCH] remove random theme selection because most themes are ugly --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c0c4e8b..8ed37cd 100755 --- a/index.html +++ b/index.html @@ -312,8 +312,9 @@ return "o0Og9ilL1!"; $(document).ready(function(){ //randomly select a theme - var options = $("#select > option"); - options[Math.floor(Math.random() * options.length)].selected = "selected"; + // var options = $("#select > option"); + // options[Math.floor(Math.random() * options.length)].selected = "selected"; + selectTheme(); applyColors();