Global autoformat

This commit is contained in:
Ian Renton
2026-06-19 21:36:11 +01:00
parent edb2641f76
commit 07d0d98f3d
65 changed files with 1250 additions and 844 deletions

View File

@@ -420,7 +420,10 @@ function renderIonosondeData() {
$('#ionosonde-data-rows').hide();
$('#ionosonde-band-state').hide();
$('#ionosonde-chart').hide();
if (ionosondeChart) { ionosondeChart.destroy(); ionosondeChart = null; }
if (ionosondeChart) {
ionosondeChart.destroy();
ionosondeChart = null;
}
return;
}
$('#ionosonde-no-data').hide();