// Increase typewatch wait time on backoffice orders PSCFV-3349
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
$('#product').typeWatch({
|
||||
captureLength: 1,
|
||||
highlight: true,
|
||||
wait: 100,
|
||||
wait: 750,
|
||||
callback: function(){ searchProducts(); }
|
||||
});
|
||||
$('#payment_module_name').change(function() {
|
||||
|
||||
Reference in New Issue
Block a user