From 07c57575388daa8e42c73cb205d17e04a890b5e1 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Sat, 7 Feb 2015 20:43:39 -0800 Subject: [PATCH] Code cleanup --- public/js/lib/coursewares/coursewaresFramework.js | 10 +--------- views/coursewares/show.jade | 1 - 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/public/js/lib/coursewares/coursewaresFramework.js b/public/js/lib/coursewares/coursewaresFramework.js index 11ed28c9e6..0914451d6d 100644 --- a/public/js/lib/coursewares/coursewaresFramework.js +++ b/public/js/lib/coursewares/coursewaresFramework.js @@ -43,12 +43,6 @@ var libraryIncludes = ""; @@ -124,6 +118,4 @@ function showCompletion() { $('.next-courseware-button').click(); } }); -} - -document.domain = 'localhost'; \ No newline at end of file +} \ No newline at end of file diff --git a/views/coursewares/show.jade b/views/coursewares/show.jade index 72765c44de..f1dcc5e011 100644 --- a/views/coursewares/show.jade +++ b/views/coursewares/show.jade @@ -52,7 +52,6 @@ block content var tests = !{JSON.stringify(tests)}; var challengeSeed = !{JSON.stringify(challengeSeed)}; var passedCoursewareHash = !{JSON.stringify(coursewareHash)}; - var bonfireName = 'Testing Courseware'; var prodOrDev = !{JSON.stringify(environment)}; .col-xs-12.col-sm-12.col-md-5.col-lg-6 #mainEditorPanel