forked from DGNum/gestioCOF
Listen to submit instead
This commit is contained in:
parent
50cb6e51a1
commit
6ac1241bd3
1 changed files with 1 additions and 2 deletions
|
@ -163,8 +163,7 @@ $(document).ready(function() {
|
|||
}
|
||||
}
|
||||
|
||||
$('input[type="submit"]').on("click", function(e) {
|
||||
console.log(e.keyCode);
|
||||
$('#inventoryform').on("submit", function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
if (conflicts.size) {
|
||||
|
|
Loading…
Reference in a new issue