Current File : //home/vedfinancials/public_html/superadmin/js/examples/examples.lockscreen.js
(function($){'use strict';var $document,idleTime;$document=$(document);$(function(){$.idleTimer(10000);$document.on('idle.idleTimer',function(){LockScreen.show();});});}).apply(this,[jQuery]);