From 4a527f3a2f673a01b3b2982829695fb785509fd7 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Tue, 31 Jul 2012 12:46:29 +0000 Subject: [PATCH] // Increase typewatch wait time on backoffice orders PSCFV-3349 --- admin-dev/themes/default/template/controllers/orders/form.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/orders/form.tpl b/admin-dev/themes/default/template/controllers/orders/form.tpl index ec2fd7d4a..515184a74 100755 --- a/admin-dev/themes/default/template/controllers/orders/form.tpl +++ b/admin-dev/themes/default/template/controllers/orders/form.tpl @@ -51,7 +51,7 @@ $('#product').typeWatch({ captureLength: 1, highlight: true, - wait: 100, + wait: 750, callback: function(){ searchProducts(); } }); $('#payment_module_name').change(function() {