export speed loading error fix

This commit is contained in:
Ivan
2023-10-05 00:23:12 +03:00
parent 50377de9e4
commit 384a09dba4
2 changed files with 2 additions and 0 deletions

View File

@ -686,6 +686,7 @@ async function sendPostRequest() {
h1Element.textContent = 'Данных для выбранного периода нет.';
const speedBG = document.getElementById("speed-bg");
speedBG.style.display = 'flex';
document.getElementById("dataLoading").style.display = 'none';
}