diff options
Diffstat (limited to 'src/web/app/dev')
| -rw-r--r-- | src/web/app/dev/tags/new-app-form.tag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/dev/tags/new-app-form.tag b/src/web/app/dev/tags/new-app-form.tag index 84e099612a..2718bcd5d0 100644 --- a/src/web/app/dev/tags/new-app-form.tag +++ b/src/web/app/dev/tags/new-app-form.tag @@ -182,7 +182,7 @@ this.nid-state = null - on-change-nid() { + this.on-change-nid = () => { nid = this.refs.nid.value if nid == '' @@ -215,7 +215,7 @@ this.nid-state = 'error' this.update(); - onsubmit() { + this.onsubmit = () => { name = this.refs.name.value nid = this.refs.nid.value description = this.refs.description.value |