Removed Simple from admins

This commit is contained in:
Absurdon 2016-01-22 01:56:51 +01:00
parent f4c805b72b
commit 41ebbd06b6
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@
</div>
<script>
var admins = ["Simple", "Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"];
var admins = ["Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"];
$("#admin").html(function () {
var i = Math.floor(Math.random() * admins.length);
return admins[i];
}());
</script>
</script>