mirror of
https://github.com/dg9vh/MMDVMHost-Websocketboard.git
synced 2026-01-22 16:30:16 +01:00
fixing problem with orange BER-lines if BER not existing (---)
This commit is contained in:
parent
5fe2757078
commit
8b352fc7ec
|
|
@ -310,6 +310,7 @@
|
|||
}
|
||||
|
||||
// Calculating BER
|
||||
$(row).find('td:eq(7)').css('color', 'black');
|
||||
if(parseFloat(data[7].substring(0, data[7].indexOf("%"))) <= 0.5){
|
||||
$(row).find('td:eq(7)').css('color', 'black');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
var dashboard_version = "2021-02-22 21:34:44";
|
||||
var dashboard_version = "2021-02-22 22:05:12";
|
||||
|
|
|
|||
Loading…
Reference in a new issue