hide all codemirror textareas until codemirror can replace them on load

This commit is contained in:
Michael Q Larson
2015-03-09 23:03:17 -07:00
parent f9133957e3
commit f93fe396db
3 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@ block content
br
form.code
.form-group.codeMirrorView
textarea#codeOutput
textarea#codeOutput(style='display: none;')
br
#testSuite
br

View File

@ -67,7 +67,7 @@ block content
#mainEditorPanel
form.code
.form-group.codeMirrorView
textarea#codeEditor(autofocus=true)
textarea#codeEditor(autofocus=true, style='display: none;')
.col-md-4.col-lg-3
.hidden-xs.hidden-sm
img.iphone-position(src="https://s3.amazonaws.com/freecodecamp/iphone6-frame.png")

View File

@ -38,7 +38,7 @@ block content
br
form.code
.form-group.codeMirrorView
textarea#codeOutput
textarea#codeOutput(style='display: none;')
br
#testSuite
br
@ -52,7 +52,7 @@ block content
#mainEditorPanel
form.code
.form-group.codeMirrorView
textarea#codeEditor(autofocus=true)
textarea#codeEditor(autofocus=true, style='display: none;')
script(src='/js/lib/coursewares/coursewaresJSFramework.js')
#complete-courseware-dialog.modal(tabindex='-1')
.modal-dialog.animated.zoomIn.fast-animation