Working on Results Page

This commit is contained in:
2017-07-06 12:09:49 -05:00
parent 7162c8c34d
commit 02dbfc39ca
10 changed files with 537 additions and 43 deletions

View File

@@ -237,10 +237,6 @@ function getRankedCSV() {
for(var i = 0; i < r.length; i++) {
ret = ret + r[i].uuid+",";
}
// Remove the trailing ","
if(ret.endsWith(",")) {
ret = ret.slice(0, ret.length-2);
}
return ret;
}