[-] 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
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user