Skip to content

Commit

Permalink
Change click to submit
Browse files Browse the repository at this point in the history
  • Loading branch information
badkeyy committed Dec 4, 2024
1 parent 03018d2 commit 19ed4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/js/app/user/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = Mn.View.extend({

events: {

'click @ui.save': function (e) {
'submit @ui.form': function (e) {
e.preventDefault();
this.ui.error.hide();
let view = this;
Expand Down

0 comments on commit 19ed4c1

Please sign in to comment.