mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added AUTO_LOGOUT_MINUTES support to the main screen (when enabled)
This commit is contained in:
@@ -56,6 +56,10 @@
|
||||
|
||||
$.fn.nap.fallAsleepFunctions = new Array();
|
||||
$.fn.nap.wakeUpFunctions = new Array();
|
||||
|
||||
$.fn.nap.test = function () {
|
||||
alert("TEST CALLED");
|
||||
};
|
||||
|
||||
$.fn.nap.fallAsleep = function() {
|
||||
$.fn.nap.isAwake = false;
|
||||
@@ -94,4 +98,4 @@
|
||||
}
|
||||
}
|
||||
|
||||
})(jQuery);
|
||||
})(jQuery);
|
||||
|
||||
Reference in New Issue
Block a user