Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(pagination): fix pagination when new header is enabled (#6687)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmareau authored and kduret committed Oct 5, 2018
1 parent fcf00dd commit a853567
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions www/include/monitoring/status/Common/commonJS.php
Original file line number Diff line number Diff line change
Expand Up @@ -1021,17 +1021,6 @@ function initM(_time_reload, _sid, _o) {
if (_servicegroup_enable == 1) {
construct_ServiceGroupSelectList('servicegroups_selected');
}
if (!document.getElementById('debug')) {
var _divdebug = document.createElement("div");
_divdebug.id = 'debug';
var _debugtable = document.createElement("table");
_debugtable.id = 'debugtable';
var _debugtr = document.createElement("tr");
_debugtable.appendChild(_debugtr);
_divdebug.appendChild(_debugtable);
var _header = document.getElementById(_headerId);
_header.appendChild(_divdebug);
}

if (_first) {
mainLoop();
Expand Down

0 comments on commit a853567

Please sign in to comment.