From 1988101ba22cfa94aed13841d88ace16a96cdb25 Mon Sep 17 00:00:00 2001 From: Nathan Leniz Date: Tue, 27 Jan 2015 02:55:41 -0500 Subject: [PATCH] Server successfully redirects, still need to work on challenge ordering --- public/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/main.js b/public/js/main.js index 832f54aecb1..f9ea38d6ee8 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -75,7 +75,7 @@ $(document).ready(function() { var didCompleteWith = $('#completed-with').val() || null; completedBonfire(didCompleteWith, bonfireSolution, thisBonfireHash); - window.location('/bonfires'); + window.location = '/bonfires'; });