summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 3ebacec..3c86486 100644
--- a/index.php
+++ b/index.php
@@ -106,6 +106,7 @@ var step = 1024;
function total_users_counter()
{
+ document.getElementById("Go").style.visibility="hidden";
document.getElementById("counter").innerHTML = users_count;
while (total_users < users_count + step)