Fixed my stupid mistake that almost killed the server again

This commit is contained in:
benmcmahon100
2015-08-26 20:22:29 +01:00
parent 695ad48778
commit a63d6bd00b
4 changed files with 18 additions and 13 deletions

View File

@@ -124,7 +124,7 @@ block content
form.code
.form-group.codeMirrorView
textarea#codeEditor(autofocus=true, style='display: none;')
script(src='/js/lib/coursewares/commonFrameWork_0.0.3.js')
script(src='/js/lib/coursewares/commonFrameWork_0.0.4.js')
script.
editor.setOption("mode", "javascript");

View File

@@ -72,7 +72,7 @@ block content
form.code
.codeMirrorView
textarea#codeEditor(autofocus=true, style='display: none;')
script(src = '/js/lib/coursewares/commonFrameWork_0.0.3.js')
script(src = '/js/lib/coursewares/commonFrameWork_0.0.4.js')
script.
editor.setOption("mode", "text/html");
.col-md-4.col-lg-3

View File

@@ -72,7 +72,7 @@ block content
form.code
.codeMirrorView
textarea#codeEditor(autofocus=true, style='display: none;')
script(src = '/js/lib/coursewares/commonFrameWork_0.0.3.js')
script(src = '/js/lib/coursewares/commonFrameWork_0.0.4.js')
script.
editor.setOption("mode", "javascript");
#complete-courseware-dialog.modal(tabindex='-1')