From 1399d45c68e7d14fc1f3e8f2b5451669cce4ffa4 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 29 Nov 2012 15:00:11 -0800 Subject: Lots of fixes and changes. nofollow on login links. tutorial fix changed how $accepted works changed how $wallColor/Emblem works fixed a bug when multiple players scored at the same momment. --- pages/home.php | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) (limited to 'pages/home.php') diff --git a/pages/home.php b/pages/home.php index ad9f74e..dbc1a01 100644 --- a/pages/home.php +++ b/pages/home.php @@ -1,33 +1,19 @@ ' + stamp + ' Remain'; + stamp = 'New maps ' + formatedTomorrow + '
Time remaining: ' + stamp; document.getElementById("countdown").innerHTML = stamp; if (totalSeconds <= 1 && userConfirm == true) { -- cgit v1.2.3