Hide codeEditor to prevent flash

Fixes #176.

Hide #codeEditor textarea so it won't flash when code mirror hides it.
pull/178/head
jameskopacz 2015-03-09 17:38:21 -05:00
parent 24ab61e271
commit b21217f80c
1 changed files with 1 additions and 1 deletions

View File

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