Private
Public Access
1
0

bug fix points score

This commit is contained in:
Sander Roosendaal
2020-07-11 20:42:17 +02:00
parent 6372da689c
commit f893ad7626
3 changed files with 10 additions and 3 deletions

View File

@@ -254,7 +254,6 @@ success: function(result) {
console.log('got something back');
console.log(result);
if (result.result == 1) {
setTimeout(1000);
window.location.href = result.url;
} else {
console.log(result," reloading");