Skip to content

Commit c1fea01

Browse files
committed
use-select2
1 parent 84a0d6b commit c1fea01

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/css/tabs/onboard_logging.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@
225225
line-height: 20px;
226226
}
227227
}
228+
.blackboxDebugModeText {
229+
margin-left: 7px !important;
230+
}
228231
.sdcard {
229232
padding: 10px;
230233
float: left;

src/js/tabs/onboard_logging.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,10 @@ onboard_logging.initialize = function (callback) {
339339
}
340340
}
341341

342-
debugModeSelect.val(FC.PID_ADVANCED_CONFIG.debugMode);
343-
debugModeSelect.sortSelect("NONE");
344-
342+
debugModeSelect
343+
.val(FC.PID_ADVANCED_CONFIG.debugMode)
344+
.select2()
345+
.sortSelect("NONE");
345346
} else {
346347
$('.blackboxDebugMode').hide();
347348
}

0 commit comments

Comments
 (0)