Skip to content

Commit bbb85a4

Browse files
author
Marius Cramer
committed
- fixed js reference
1 parent 2778c9e commit bbb85a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interface/web/themes/default/assets/javascripts/ispconfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ var ISPConfig = {
495495
url: "keepalive.php",
496496
dataType: "html",
497497
success: function(data, textStatus, jqXHR) {
498-
setTimeout( keepalive, 1000000 );
498+
setTimeout( function() { ISPConfig.keepalive(); }, 1000000 );
499499
},
500500
error: function() {
501501
ISPConfig.reportError('Session expired. Please login again.');

0 commit comments

Comments
 (0)