1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-22 07:45:19 +03:00

Fixed ports tab.

This commit is contained in:
mikeller 2018-08-12 02:47:25 +12:00
parent 073a2dfe9b
commit 632c339b6c

View file

@ -121,8 +121,6 @@ TABS.ports.initialize = function (callback, scrollPosition) {
function update_ui() {
self.analyticsChanges = {};
self.foo.bar = 1;
if (semver.lt(CONFIG.apiVersion, "1.6.0")) {
$(".tab-ports").removeClass("supported");