remove random theme selection because most themes are ugly

This commit is contained in:
Koen Lageveen 2016-03-06 10:05:27 +01:00
parent 842eefa005
commit baee44a325
1 changed files with 3 additions and 2 deletions

View File

@ -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();