diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/scores.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/scores.php b/pages/scores.php index 03e049b..9443673 100644 --- a/pages/scores.php +++ b/pages/scores.php @@ -86,7 +86,7 @@ function displayMapScores(mapID) { }
scoresShowPage(1, mapID);
$("#mapDisplay").fadeOut('fast');
- displayMap(mapID, "mapDisplay", 622);
+ displayMap(mapID, "mapDisplay", 682);
}
|