Fix missing set cursor on cancel button of confirmation page
This commit is contained in:
parent
c6499c5219
commit
f1a90cbbb4
@ -5198,6 +5198,7 @@ class Form
|
|||||||
var urljump=pageno + (pageno.indexOf("?") < 0 ? "?" : "") + options;
|
var urljump=pageno + (pageno.indexOf("?") < 0 ? "?" : "") + options;
|
||||||
//alert(urljump);
|
//alert(urljump);
|
||||||
if (pageno.length > 0) {
|
if (pageno.length > 0) {
|
||||||
|
'.$jsforcursor.'
|
||||||
location.href = urljump;
|
location.href = urljump;
|
||||||
console.log("after location.href");
|
console.log("after location.href");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user