Listen on input

This commit is contained in:
Ludovic Stephan 2017-04-03 11:21:05 -03:00
parent b113a57b74
commit 40da3bc299

View file

@ -164,7 +164,7 @@ $(document).ready(function() {
}
}
$('#inventoryform').on("submit", function(e) {
$('input[type="submit"]').on("click", function(e) {
e.preventDefault();
if (conflicts.size) {