From f1c8fca45d9948b91f18d1dca20068143d0e6742 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 6 Jul 2011 15:34:30 +0200 Subject: Hides 'Go !' button with javascript enabled. --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') 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) -- cgit v1.2.3