Code layout improvement.
This commit is contained in:
parent
039cdb8f38
commit
1f73cb17f0
1 changed files with 2 additions and 2 deletions
|
@ -191,7 +191,7 @@ class Index extends App.Controller
|
|||
@formValidate( form: e.target, errors: errors )
|
||||
|
||||
# save ticket, create article
|
||||
else
|
||||
else
|
||||
|
||||
# disable form
|
||||
@formDisable(e)
|
||||
|
@ -208,7 +208,7 @@ class Index extends App.Controller
|
|||
|
||||
# create new create screen
|
||||
ui.render()
|
||||
|
||||
|
||||
# scroll to top
|
||||
ui.scrollTo()
|
||||
|
||||
|
|
Loading…
Reference in a new issue