2
0
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:
azammitdcarf
2011-01-25 04:12:07 +00:00
parent a1c5b77fef
commit 6b9c892adf
2 changed files with 26 additions and 2 deletions

View File

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