Fix missing set cursor on cancel button of confirmation page

This commit is contained in:
Laurent Destailleur 2022-09-16 15:06:08 +02:00
parent c6499c5219
commit f1a90cbbb4

View File

@ -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");
}