Merge branch 'master' of https://git.code.sf.net/p/frontaccounting/git
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 26 Aug 2018 17:07:18 +0000 (19:07 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 26 Aug 2018 17:07:18 +0000 (19:07 +0200)
js/inserts.js

index 17b71143b60187ac01455c2be1c0031b1f69d255..773fc8f4f7f1b8b8a37c82e20bbe1938cef19602 100644 (file)
@@ -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;