From 1cd518a67c3b9493f9960d2c6edb15d458fb065d Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 29 Jun 2012 11:38:51 +0000 Subject: [PATCH] [-] BO : #PSCFV-2947 - isArrowKey doesn't always return a valaue git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16165 b9a71923-0436-4b27-9f14-aed3839534dd --- js/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tools.js b/js/tools.js index 5a62b2f77..ee799ad66 100644 --- a/js/tools.js +++ b/js/tools.js @@ -276,7 +276,7 @@ function isArrowKey(k_ev) var unicode=k_ev.keyCode? k_ev.keyCode : k_ev.charCode; if (unicode >= 37 && unicode <= 40) return true; - + return false; } //On dom ready