From 19b743af0baf7234f5248df5ecc8f04f96d537ed Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Mon, 3 May 2010 19:38:01 +1200 Subject: [PATCH] add game counter to website --- web/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/web/index.html b/web/index.html index 76762abe97..790752e77b 100644 --- a/web/index.html +++ b/web/index.html @@ -44,6 +44,10 @@ $.get("downloads.txt", function(data) { $("#stats_down").html(data); }); + + $.get("/games.txt", function(data) { + $("#stats_games").html(data); + }); $.get("/master/list.php", function(data) { if (data.length <= 3) return; @@ -79,9 +83,8 @@ 0current players - - - 0total games played + + 500total games played 0downloads