mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-16 02:06:08 +01:00
Fix erroneous comment
This commit is contained in:
@@ -522,6 +522,6 @@ $(function () {
|
|||||||
if ($(document).find('[data-grav-keepalive="true"]').length > 0) {
|
if ($(document).find('[data-grav-keepalive="true"]').length > 0) {
|
||||||
setInterval(function() {
|
setInterval(function() {
|
||||||
keepAlive();
|
keepAlive();
|
||||||
}, (GravAdmin.config.admin_timeout/2)*1000); //Call keepAlive() 60s before the admin session timeouts
|
}, (GravAdmin.config.admin_timeout/2)*1000);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user