forked from DGNum/gestioCOF
Listen on input
This commit is contained in:
parent
b113a57b74
commit
40da3bc299
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ $(document).ready(function() {
|
|||
}
|
||||
}
|
||||
|
||||
$('#inventoryform').on("submit", function(e) {
|
||||
$('input[type="submit"]').on("click", function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
if (conflicts.size) {
|
||||
|
|
Loading…
Reference in a new issue