Final touch up to the framework before merge
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
;(function(){
|
||||
(function(){
|
||||
|
||||
/**
|
||||
* Require the module at `name`.
|
||||
@ -4797,4 +4797,4 @@
|
||||
} else {
|
||||
(this || window)["chai"] = require("chai");
|
||||
}
|
||||
})()
|
||||
})();
|
||||
|
File diff suppressed because one or more lines are too long
@ -123,7 +123,9 @@ block content
|
||||
form.code
|
||||
.form-group.codeMirrorView
|
||||
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')
|
||||
.modal-dialog.animated.zoomIn.fast-animation
|
||||
|
Reference in New Issue
Block a user