From 2fb5da215a7b286b71f8c4d0126c72a06e41935e Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Wed, 30 Jan 2013 03:23:26 -0800 Subject: Dynamic resizing of mapThumbnail. --- pages/scores.php | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'pages/scores.php') diff --git a/pages/scores.php b/pages/scores.php index 3a79529..2a82efd 100644 --- a/pages/scores.php +++ b/pages/scores.php @@ -132,9 +132,9 @@ function getMaplist(request) { } var urlString = 'ajax/scores.ajax.php?getmaplist=true&daysago='+daysAgo; - $("#mapNavigation").fadeOut('fast'); + $("#mapNavigation").hide('fast'); //.html(ajax_load) - $("#mapNavigation").load(urlString, null, function() {$("#mapNavigation").fadeIn('slow');}); + $("#mapNavigation").load(urlString, null, function() {$("#mapNavigation").show('slow');}); } @@ -159,7 +159,7 @@ $todaysScoreMaps = getMapsPlayed($daysAgo); ?> -
+

@@ -169,9 +169,16 @@ $todaysScoreMaps = getMapsPlayed($daysAgo); < Previous Day Next Day > Yesterday >> -
- +
+
<
+
>
+
+
+ +
+
+