Code cleanup

This commit is contained in:
Michael Q Larson
2015-02-07 20:43:39 -08:00
parent f136b22b10
commit 07c5757538
2 changed files with 1 additions and 10 deletions

View File

@@ -43,12 +43,6 @@ var libraryIncludes = "<script src='//ajax.googleapis.com/ajax/libs/jquery/2.1.3
"<link rel='stylesheet' href='//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css'/>" +
"<style>body { padding: 0px 3px 0px 3px; }</style>";
var allTests = '';
(function() {
tests.forEach(function(elem) {
allTests += elem + ' ';
});
})();
var otherTestsForNow = "<script src='/js/lib/coursewares/iFrameScripts.js'></script>";
@@ -124,6 +118,4 @@ function showCompletion() {
$('.next-courseware-button').click();
}
});
}
document.domain = 'localhost';
}