From df7f937b907a56545b865f637084b12fa88b9f07 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sun, 26 Aug 2018 14:57:02 +0200 Subject: [PATCH] [0004577] Ajax confirmation dialog ignored user answer in Sales Order cancelation. --- js/inserts.js | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2