Final touch up to the framework before merge

This commit is contained in:
benmcmahon100
2015-08-25 19:28:13 +01:00
parent f06d6ca650
commit 14cc6a7cef
3 changed files with 61 additions and 43 deletions

View File

@ -1,5 +1,5 @@
;(function(){ (function(){
/** /**
* Require the module at `name`. * Require the module at `name`.
@ -4797,4 +4797,4 @@
} else { } else {
(this || window)["chai"] = require("chai"); (this || window)["chai"] = require("chai");
} }
})() })();

File diff suppressed because one or more lines are too long

View File

@ -123,7 +123,9 @@ block content
form.code form.code
.form-group.codeMirrorView .form-group.codeMirrorView
textarea#codeEditor(autofocus=true, style='display: none;') textarea#codeEditor(autofocus=true, style='display: none;')
script(src='/js/lib/coursewares/coursewaresJSFramework_0.0.6.js') script(src='/js/lib/coursewares/commonFrameWork.js')
script.
editor.setOption("mode", "javascript");
#complete-courseware-dialog.modal(tabindex='-1') #complete-courseware-dialog.modal(tabindex='-1')
.modal-dialog.animated.zoomIn.fast-animation .modal-dialog.animated.zoomIn.fast-animation