diff --git a/controllers/challenge.js b/controllers/challenge.js index d3af11c5be..38d05e6bf6 100644 --- a/controllers/challenge.js +++ b/controllers/challenge.js @@ -130,7 +130,6 @@ exports.returnCurrentChallenge = function(req, res, next) { if (err) { return next(err); } - return res.redirect('../challenges/learn-how-free-code-camp-works'); }); } var nameString = req.user.currentChallenge.challengeName.trim() diff --git a/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.1.js b/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.2.js similarity index 100% rename from public/js/lib/coursewares/coursewaresHCJQFramework_0.1.1.js rename to public/js/lib/coursewares/coursewaresHCJQFramework_0.1.2.js diff --git a/views/challengeMap/show.jade b/views/challengeMap/show.jade index a83a74feab..dbf757cb22 100644 --- a/views/challengeMap/show.jade +++ b/views/challengeMap/show.jade @@ -1,7 +1,6 @@ extends ../layout block content script. - var bonfireList = !{JSON.stringify(bonfires)}; var waypointList = !{JSON.stringify(waypoints)}; var ziplineList = !{JSON.stringify(ziplines)}; var basejumpList = !{JSON.stringify(basejumps)}; diff --git a/views/coursewares/showHTML.jade b/views/coursewares/showHTML.jade index ad9481e868..a7598892fe 100644 --- a/views/coursewares/showHTML.jade +++ b/views/coursewares/showHTML.jade @@ -14,7 +14,7 @@ block content link(rel="stylesheet", href="http://fonts.googleapis.com/css?family=Ubuntu+Mono") script(src='/js/lib/codemirror/mode/javascript/javascript.js') script(src='/js/lib/jailed/jailed.js') - script(src='/js/lib/bonfire/sandbox.js') + script(src='/js/lib/coursewares/sandbox.js') script(src='/js/lib/codemirror/mode/xml/xml.js') script(src='/js/lib/codemirror/mode/css/css.js') script(src='/js/lib/codemirror/mode/htmlmixed/htmlmixed.js') @@ -90,4 +90,4 @@ block content .animated.zoomInDown.delay-half span.completion-icon.ion-checkmark-circled.text-primary a.animated.fadeIn.btn.btn-lg.signup-btn.btn-block(href='/login') Sign in so you can save your progress - script(src="/js/lib/coursewares/coursewaresHCJQFramework_0.1.1.js") + script(src="/js/lib/coursewares/coursewaresHCJQFramework_0.1.2.js")