Server successfully redirects, still need to work on challenge ordering

pull/51/head
Nathan Leniz 2015-01-27 02:55:41 -05:00
parent be0cf978f5
commit 1988101ba2
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ $(document).ready(function() {
var didCompleteWith = $('#completed-with').val() || null;
completedBonfire(didCompleteWith, bonfireSolution, thisBonfireHash);
window.location('/bonfires');
window.location = '/bonfires';
});