button[type=button] => button[type=submit]
I went through the tutorial. button[type=button] was not working for me. button[type=submit] did.
This commit is contained in:
parent
7ba74ad424
commit
c904758f10
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ module.exports = {
|
|||
oninput: m.withAttr("value", function(value) {User.current.lastName = value}),
|
||||
value: User.current.lastName
|
||||
}),
|
||||
m("button.button[type=button]", "Save"),
|
||||
m("button.button[type=submit]", "Save"),
|
||||
])
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue