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) {
|
$('#inventoryform').on("submit", function(e) {
|
||||||
console.log(e.keyCode);
|
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
||||||
if (conflicts.size) {
|
if (conflicts.size) {
|
||||||
|
|
Loading…
Reference in a new issue