Server successfully redirects, still need to work on challenge ordering

This commit is contained in:
Nathan Leniz
2015-01-27 02:55:41 -05:00
parent be0cf978f5
commit 1988101ba2

View File

@ -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';
}); });