diff options
Diffstat (limited to 'html/display_panel')
-rw-r--r-- | html/display_panel/content/main_panel.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/html/display_panel/content/main_panel.js b/html/display_panel/content/main_panel.js index a6e19dc..958e2d2 100644 --- a/html/display_panel/content/main_panel.js +++ b/html/display_panel/content/main_panel.js @@ -126,8 +126,7 @@ function createList(data, group){ * }; * */ -function refreshUI(report){ - console.debug("refreshUI", report); +function refreshUI(report) { currentReport = report; document.querySelector("#site").className = report.siteStatus || ""; |