From 9462f29413dc1320b3899f7fbbbb75be64fbaede Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sat, 9 Feb 2013 14:16:37 -0800 Subject: Huge changes; started deprecation of PHP's displayMap() New JS function 'mapAsHTML(mapAsObject)' getScores() will now return solutions if the map has expired. Homepage now uses mapAsHTML. Removed some padding on scoreboard. scoresFormatPage() supports solutions if available. (This can be row-specific) And tons of CSS - deprecating old CSS. --- do.php | 1 - 1 file changed, 1 deletion(-) (limited to 'do.php') diff --git a/do.php b/do.php index b989da8..d38e039 100644 --- a/do.php +++ b/do.php @@ -100,7 +100,6 @@ if ($_GET['r'] == 'reqScorePage') { if ($note !== false) $json['notificationtext'] = $note; - $encoded = json_encode($json); die($encoded); } -- cgit v1.2.3