From f1a90cbbb41c8cf79db1392e1641e9acdf47a392 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 16 Sep 2022 15:06:08 +0200 Subject: [PATCH] Fix missing set cursor on cancel button of confirmation page --- htdocs/core/class/html.form.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index f0fceb521da..dffde749fbe 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -5198,6 +5198,7 @@ class Form var urljump=pageno + (pageno.indexOf("?") < 0 ? "?" : "") + options; //alert(urljump); if (pageno.length > 0) { + '.$jsforcursor.' location.href = urljump; console.log("after location.href"); }