mirror of
https://github.com/dg9vh/MMDVMHost-Websocketboard.git
synced 2026-04-06 15:04:17 +00:00
fixed layout problem with tooltip-box in METAR-decoding
This commit is contained in:
parent
0d3de60439
commit
a53a4028a7
3 changed files with 9 additions and 8 deletions
|
|
@ -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( {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue