2
0
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:
azammitdcarf
2011-01-25 04:24:37 +00:00
parent 6b9c892adf
commit c9eabe5408
2 changed files with 5 additions and 10 deletions

View File

@@ -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