idle - fix log to refer to seconds rather than minutes
This commit is contained in:
parent
a988552e6e
commit
3d324a8730
@ -120,7 +120,7 @@ window.requests._callOnRefreshFunctions = function() {
|
|||||||
startRefreshTimeout();
|
startRefreshTimeout();
|
||||||
|
|
||||||
if(isIdle()) {
|
if(isIdle()) {
|
||||||
console.log('user has been idle for ' + idleTime + ' minutes. Skipping refresh.');
|
console.log('user has been idle for ' + idleTime + ' seconds. Skipping refresh.');
|
||||||
renderUpdateStatus();
|
renderUpdateStatus();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user