1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

cosmetic change

This commit is contained in:
cTn 2014-06-20 14:29:16 +02:00
parent 8273081fdd
commit 61bed4770f
4 changed files with 14 additions and 14 deletions

View file

@ -5,7 +5,7 @@ $(document).ready(function() {
if (GUI.connect_lock != true) { // GUI control overrides the user control
var clicks = $(this).data('clicks');
var selected_port = String($('div#port-picker .port select').val());
var selected_port = String($('div#port-picker #port').val());
var selected_baud = parseInt($('div#port-picker #baud').val());
if (selected_port != '0' && selected_port != 'DFU') {