X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=js%2Finserts.js;h=773fc8f4f7f1b8b8a37c82e20bbe1938cef19602;hb=9ff22040ec9e77b56c71df9bd95f9b2c2d50bd7e;hp=17b71143b60187ac01455c2be1c0031b1f69d255;hpb=a5edfc9244a2b1f478269a1b276cbf2236ec6cc3;p=fa-stable.git diff --git a/js/inserts.js b/js/inserts.js index 17b71143..773fc8f4 100644 --- a/js/inserts.js +++ b/js/inserts.js @@ -319,6 +319,7 @@ var inserts = { }, 100); return true; } + return false; }, e.onkeydown = function(ev) { // block unintentional page escape with 'history back' key pressed on buttons ev = ev||window.event;