// Increase typewatch wait time on backoffice orders PSCFV-3349

This commit is contained in:
rGaillard
2012-07-31 12:46:29 +00:00
parent 377d952a25
commit 4a527f3a2f
@@ -51,7 +51,7 @@
$('#product').typeWatch({
captureLength: 1,
highlight: true,
wait: 100,
wait: 750,
callback: function(){ searchProducts(); }
});
$('#payment_module_name').change(function() {