mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
Server successfully redirects, still need to work on challenge ordering
This commit is contained in:
parent
be0cf978f5
commit
1988101ba2
@ -75,7 +75,7 @@ $(document).ready(function() {
|
||||
var didCompleteWith = $('#completed-with').val() || null;
|
||||
|
||||
completedBonfire(didCompleteWith, bonfireSolution, thisBonfireHash);
|
||||
window.location('/bonfires');
|
||||
window.location = '/bonfires';
|
||||
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user