Skip to content

Commit 90e397e

Browse files
committed
CR I
1 parent 86a3a4f commit 90e397e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/tabs/gps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ gps.initialize = async function (callback) {
111111
const gpsUbloxGalileoElement = $('input[name="gps_ublox_galileo"]');
112112
const gpsUbloxGalileoGroup = $(".gps_ublox_galileo");
113113
const gpsUbloxSbasElement = $(".gps_ubx_sbas");
114-
const gpsUbloxSbasGroup = $(".gps_ubx_sbas");
114+
const gpsUbloxSbasGroup = gpsUbloxSbasElement.closest(".select");
115115
const gpsHomeOnceElement = $('input[name="gps_home_once"]');
116116
const gpsBaudrateElement = $(".gps_baudrate");
117117

0 commit comments

Comments
 (0)