We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cfddd commit 7e25433Copy full SHA for 7e25433
interface/web/themes/default/assets/javascripts/ispconfig.js
@@ -492,7 +492,6 @@ var ISPConfig = {
492
url: "keepalive.php",
493
dataType: "html",
494
success: function(data, textStatus, jqXHR) {
495
- //alert(textStatus);
496
setTimeout( function() { ISPConfig.keepalive(); }, 1000000 );
497
},
498
error: function() {
0 commit comments