Reinstall loading overlay on long-term graphs page (shown only if data has been requested).

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-05-02 12:39:37 +02:00
parent fe5ea63fce
commit b7d74ff772
9 changed files with 24 additions and 32 deletions

View File

@@ -66,8 +66,6 @@ function escapeHtml(text) {
return map[m];
});
}
var blockedColor = $(".queries-blocked").css("background-color");
var permittedColor = $(".queries-permitted").css("background-color");
function updateTopClientsChart() {
$("#client-frequency .overlay").show();