diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-20 10:34:57 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-20 10:34:57 +0900 |
| commit | 91d8ee5a52ece1cb78e5e3bb74178d41761d540f (patch) | |
| tree | 0c08cdc5739e7250ab724049ff0a327643ed2be9 /src/web/app/dev | |
| parent | wip (diff) | |
| download | sharkey-91d8ee5a52ece1cb78e5e3bb74178d41761d540f.tar.gz sharkey-91d8ee5a52ece1cb78e5e3bb74178d41761d540f.tar.bz2 sharkey-91d8ee5a52ece1cb78e5e3bb74178d41761d540f.zip | |
wip
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 |