D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vitalityhealth
/
public_html
/
superadmin
/
js
/
examples
/
Filename :
examples.lockscreen.js
back
Copy
(function($){'use strict';var $document,idleTime;$document=$(document);$(function(){$.idleTimer(10000);$document.on('idle.idleTimer',function(){LockScreen.show();});});}).apply(this,[jQuery]);