Merge pull request #178 from jameskopacz/jameskopacz-patch-3

Hide codeEditor textarea to prevent flash
This commit is contained in:
Quincy Larson
2015-03-09 22:52:03 -07:00

View File

@ -96,7 +96,7 @@ block content
#mainEditorPanel
form.code
.form-group.codeMirrorView
textarea#codeEditor(autofocus=true)
textarea#codeEditor(autofocus=true, style='display: none;')
script(src='/js/lib/bonfire/bonfireFramework_v0.1.2.js')