diff --git a/views/bonfire/show.jade b/views/bonfire/show.jade index 68bacffd44..63e6be052e 100644 --- a/views/bonfire/show.jade +++ b/views/bonfire/show.jade @@ -80,7 +80,7 @@ block content br form.code .form-group.codeMirrorView - textarea#codeOutput + textarea#codeOutput(style='display: none;') br #testSuite br diff --git a/views/coursewares/showHTML.jade b/views/coursewares/showHTML.jade index c094f534c3..4db63b544b 100644 --- a/views/coursewares/showHTML.jade +++ b/views/coursewares/showHTML.jade @@ -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") diff --git a/views/coursewares/showJS.jade b/views/coursewares/showJS.jade index 66ff8fed25..3643a87df2 100644 --- a/views/coursewares/showJS.jade +++ b/views/coursewares/showJS.jade @@ -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