mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added note to display if logged off due to inactivity
This commit is contained in:
@@ -100,7 +100,7 @@ if (AUTO_LOGOUT_MINUTES !== false)
|
||||
$script = "<script type='text/javascript'>
|
||||
$(document).nap(
|
||||
function() {
|
||||
location.replace('" . QUEXS_URL . "?endwork=endwork');
|
||||
location.replace('" . QUEXS_URL . "?endwork=endwork&auto=auto');
|
||||
},
|
||||
function() {
|
||||
//do nothing if woken up as shouldn't get here
|
||||
|
||||
Reference in New Issue
Block a user