summaryrefslogtreecommitdiff
path: root/src/web/app/dev
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-20 10:34:57 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-20 10:34:57 +0900
commit91d8ee5a52ece1cb78e5e3bb74178d41761d540f (patch)
tree0c08cdc5739e7250ab724049ff0a327643ed2be9 /src/web/app/dev
parentwip (diff)
downloadsharkey-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.tag4
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