mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-02-01 05:40:47 +00:00
Removed Simple from admins
This commit is contained in:
parent
43e61ede18
commit
f4c805b72b
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var admins = ["Simple", "Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"];
|
var admins = ["Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"];
|
||||||
$("#admin").html(function () {
|
$("#admin").html(function () {
|
||||||
var i = Math.floor(Math.random() * admins.length);
|
var i = Math.floor(Math.random() * admins.length);
|
||||||
return admins[i];
|
return admins[i];
|
||||||
|
|
Loading…
Reference in a new issue