} | } | ||||
}, | }, | ||||
preventFormSubmit: function (){ | preventFormSubmit: function (){ | ||||
$(document).keypress(function(e) { | |||||
$('#lc-order-edit').keypress(function(e) { | |||||
if (e.which == 13) { | if (e.which == 13) { | ||||
e.preventDefault(); | e.preventDefault(); | ||||
} | } |