summaryrefslogtreecommitdiffstats
path: root/js/scores.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/scores.js')
-rw-r--r--js/scores.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/scores.js b/js/scores.js
index 81bfa9c..0c1383f 100644
--- a/js/scores.js
+++ b/js/scores.js
@@ -69,6 +69,7 @@ function scoresShowPage(mapid, page) {
//Signify some sort of loadingness?
//Request Page
scoresRequestPage(mapid, page);
+ return;
}
if (typeof(scorePages[mapid][page].html) === 'undefined') {