Skip to content

Commit

Permalink
Update cFW version no
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcmahon100 committed Aug 26, 2015
1 parent c481dca commit 3065518
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/views/coursewares/showBonfire.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.js')
script(src='/js/lib/coursewares/commonFrameWork_0.0.5.js')
script.
editor.setOption("mode", "javascript");

Expand Down
2 changes: 1 addition & 1 deletion server/views/coursewares/showHTML.jade
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ block content
form.code
.codeMirrorView
textarea#codeEditor(autofocus=true, style='display: none;')
script(src = '/js/lib/coursewares/commonFrameWork_0.0.4.js')
script(src = '/js/lib/coursewares/commonFrameWork_0.0.5.js')
script.
editor.setOption("mode", "text/html");
.col-md-4.col-lg-3
Expand Down
2 changes: 1 addition & 1 deletion server/views/coursewares/showJS.jade
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ block content
form.code
.codeMirrorView
textarea#codeEditor(autofocus=true, style='display: none;')
script(src = '/js/lib/coursewares/commonFrameWork_0.0.4.js')
script(src = '/js/lib/coursewares/commonFrameWork_0.0.5.js')
script.
editor.setOption("mode", "javascript");
#complete-courseware-dialog.modal(tabindex='-1')
Expand Down

0 comments on commit 3065518

Please sign in to comment.