Merge pull request #3187 from QuincyLarson/learn-button

add learn button
This commit is contained in:
Quincy Larson
2015-09-09 18:30:22 -07:00
10 changed files with 73 additions and 98 deletions

View File

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