fixed layout problem with tooltip-box in METAR-decoding

This commit is contained in:
Kim Huebel 2021-02-04 19:16:43 +00:00
parent 0d3de60439
commit a53a4028a7
3 changed files with 9 additions and 8 deletions

View file

@ -330,13 +330,13 @@
}
var ws1 = new WebSocket("ws://" + window.location.hostname + ":5678/MMDVM");
ws1.onmessage = function (event) {
ws1.onmessage = function (event) {/*
if (lastheard > 0)
getLastHeard(document, event);
if (localheard > 0)
getLocalHeard(document, event);
if (allheard > 0)
getAllHeard(document, event);
getAllHeard(document, event);*/
};
var t_qso = $('#inQSO').DataTable( {