From 91d8ee5a52ece1cb78e5e3bb74178d41761d540f Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 20 Feb 2017 10:34:57 +0900 Subject: wip --- src/web/app/dev/tags/new-app-form.tag | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/app/dev') 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 -- cgit v1.2.3-freya