Merge pull request #3187 from QuincyLarson/learn-button
add learn button
This commit is contained in:
@@ -471,7 +471,7 @@ function showCompletion() {
|
||||
},
|
||||
function(res) {
|
||||
if (res) {
|
||||
window.location = '/challenges/next-challenge';
|
||||
window.location = '/challenges/next-challenge?id=' + challenge_Id;
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user