Fix form submit when using keyboard shortcuts
This commit is contained in:
@@ -167,6 +167,7 @@
|
||||
replace(response);
|
||||
});
|
||||
},
|
||||
getForm: getForm
|
||||
getForm: getForm,
|
||||
submitForm: submitForm
|
||||
};
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user