kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Use icky prettier style rules
rodzic
6915389c9b
commit
15f65e390e
|
@ -5671,8 +5671,10 @@ function handleWsjtxStatus(newMessage) {
|
|||
}
|
||||
|
||||
if (newMessage.TxEnabled) {
|
||||
if (g_mapSettings.fitQRZ &&
|
||||
(!g_spotsEnabled || g_receptionSettings.mergeSpots)) {
|
||||
if (
|
||||
g_mapSettings.fitQRZ &&
|
||||
(!g_spotsEnabled || g_receptionSettings.mergeSpots)
|
||||
) {
|
||||
if (g_lastMapView == null) {
|
||||
g_lastMapView = {};
|
||||
g_lastMapView.LoLa = g_mapView.getCenter();
|
||||
|
|
Ładowanie…
Reference in New Issue