X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=js%2Futils.js;h=51a7a491bfeedd96f7d9da8a12c4a560ba7358b5;hb=5089910120614dfb8b76a0271b43739f90f38b01;hp=0474ae2361b21f8c28cc71d3dd75883e6ec2ac87;hpb=f9d1525420a9257a58100a7905190609b7b17b4c;p=fa-stable.git diff --git a/js/utils.js b/js/utils.js index 0474ae23..51a7a491 100644 --- a/js/utils.js +++ b/js/utils.js @@ -295,7 +295,8 @@ function move_focus(dir, e0, neighbours) for(var i=0; ip0.y)) || (dir==38 && (p.yp0.x)))) { var l1 = (p.y-p0.y)*(p.y-p0.y)+(p.x-p0.x)*(p.x-p0.x);