summaryrefslogtreecommitdiffstats
path: root/js/scores.js
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-12-12 19:33:07 -0800
committerPatrick Davison <snapwilliam@gmail.com>2012-12-12 19:33:07 -0800
commit3762d60441255f64dca71c2f82df4493eb8f91f2 (patch)
treefadf678c913411daf3c0861e8595e0b5661f19e5 /js/scores.js
parentbb073d3992e25cea8276550f7644979dd3bdfba4 (diff)
downloadpathery-3762d60441255f64dca71c2f82df4493eb8f91f2.tar.xz
Bug fixes:
Fixed bug where scores were being loaded twice. Moved GZIP Compression to index.php Updated login.php to call an error on empty email addresses.
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') {