Added extra regex moving on to fix scroller without those new images
This commit is contained in:
@ -100,10 +100,10 @@ block content
|
|||||||
i.fa.fa-bug
|
i.fa.fa-bug
|
||||||
| Bug
|
| Bug
|
||||||
.button-spacer
|
.button-spacer
|
||||||
.editorScrollDiv(style = "overflow-y: auto; overflow-x: hidden;")
|
|
||||||
form.code
|
form.code
|
||||||
.codeMirrorView
|
.form-group.codeMirrorView
|
||||||
textarea#codeOutput(style='display: none;')
|
textarea#codeOutput(style='display: none;')
|
||||||
br
|
br
|
||||||
#testSuite.negative-10
|
#testSuite.negative-10
|
||||||
br
|
br
|
||||||
@ -118,11 +118,12 @@ block content
|
|||||||
var dashed = !{JSON.stringify(dashedName)};
|
var dashed = !{JSON.stringify(dashedName)};
|
||||||
|
|
||||||
.col-xs-12.col-sm-12.col-md-8
|
.col-xs-12.col-sm-12.col-md-8
|
||||||
#mainEditorPanel
|
.editorScrollDiv(style = "overflow-y: auto; overflow-x: hidden;")
|
||||||
form.code
|
#mainEditorPanel
|
||||||
.form-group.codeMirrorView
|
form.code
|
||||||
textarea#codeEditor(autofocus=true, style='display: none;')
|
.form-group.codeMirrorView
|
||||||
script(src='/js/lib/coursewares/coursewaresJSFramework_0.0.6.js')
|
textarea#codeEditor(autofocus=true, style='display: none;')
|
||||||
|
script(src='/js/lib/coursewares/coursewaresJSFramework_0.0.6.js')
|
||||||
|
|
||||||
#complete-courseware-dialog.modal(tabindex='-1')
|
#complete-courseware-dialog.modal(tabindex='-1')
|
||||||
.modal-dialog.animated.zoomIn.fast-animation
|
.modal-dialog.animated.zoomIn.fast-animation
|
||||||
|
Reference in New Issue
Block a user