mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-15 17:56:07 +01:00
Fix erroneous comment
This commit is contained in:
@@ -522,6 +522,6 @@ $(function () {
|
||||
if ($(document).find('[data-grav-keepalive="true"]').length > 0) {
|
||||
setInterval(function() {
|
||||
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