start refactoring next challenge logic

This commit is contained in:
Quincy Larson
2015-09-08 21:45:53 -07:00
parent 1e82165ed2
commit f0a4924671
4 changed files with 7 additions and 11 deletions

View File

@@ -457,7 +457,7 @@ function showCompletion() {
},
function(res) {
if (res) {
window.location = '/challenges/next-challenge';
window.location = '/challenges/next-challenge?id=' + challenge_Id;
}
}
);