Fix cursor to wait
This commit is contained in:
parent
08aa34b8db
commit
18ce5e62e8
@ -5150,6 +5150,12 @@ class Form
|
|||||||
},';
|
},';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$jsforcursor = '';
|
||||||
|
if (empty($useajax)) {
|
||||||
|
$jsforcursor = '// The call to urljump can be slow, so we set the wait cursor'."\n";
|
||||||
|
$jsforcursor .= 'jQuery("html,body,#id-container").addClass("cursorwait");'."\n";
|
||||||
|
}
|
||||||
|
|
||||||
$formconfirm .= '
|
$formconfirm .= '
|
||||||
resizable: false,
|
resizable: false,
|
||||||
height: "'.$height.'",
|
height: "'.$height.'",
|
||||||
@ -5180,8 +5186,7 @@ class Form
|
|||||||
}
|
}
|
||||||
var urljump = pageyes + (pageyes.indexOf("?") < 0 ? "?" : "") + options;
|
var urljump = pageyes + (pageyes.indexOf("?") < 0 ? "?" : "") + options;
|
||||||
if (pageyes.length > 0) {
|
if (pageyes.length > 0) {
|
||||||
// The call to urljump can be slow, so we set the wait cursor
|
'.$jsforcursor.'
|
||||||
jQuery("html,body,#id-container").addClass("cursorwait");
|
|
||||||
var post = $.post(
|
var post = $.post(
|
||||||
pageyes,
|
pageyes,
|
||||||
options,
|
options,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user