mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-20 08:30:52 +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>
|
||||
|
||||
<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];
|
||||
|
|
Loading…
Reference in a new issue