mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-29 14:55:46 +00:00
Change click to submit
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user