Server successfully redirects, still need to work on challenge ordering
This commit is contained in:
@ -75,7 +75,7 @@ $(document).ready(function() {
|
|||||||
var didCompleteWith = $('#completed-with').val() || null;
|
var didCompleteWith = $('#completed-with').val() || null;
|
||||||
|
|
||||||
completedBonfire(didCompleteWith, bonfireSolution, thisBonfireHash);
|
completedBonfire(didCompleteWith, bonfireSolution, thisBonfireHash);
|
||||||
window.location('/bonfires');
|
window.location = '/bonfires';
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user