Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-10-26 23:30:59 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-10-26 23:30:59 +0300
commitcb1ff69703cc6142f2e0e193b0494645ae9ca46b (patch)
treef5fac1a7f8ef52002fc197c0d3ebf35acaf151c5 /main.js
parent0016746d93ad23e6b81d26ac221ce119cceb3273 (diff)
Cleanup INAV 2.0.0
Diffstat (limited to 'main.js')
-rw-r--r--main.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/main.js b/main.js
index 08e91438..96c07e3c 100644
--- a/main.js
+++ b/main.js
@@ -145,12 +145,6 @@ $(document).ready(function () {
var tab = tabClass.substring(4);
var tabName = $(self).text();
- if (CONFIGURATOR.connectionValid && semver.lt(CONFIG.flightControllerVersion, "2.0.0")) {
- $('#battery_profile_change').hide();
- $('#profile_change').css('width', '125px');
- $('#dataflash_wrapper_global').css('width', '125px');
- }
-
if (tabRequiresConnection && !CONFIGURATOR.connectionValid) {
GUI.log(chrome.i18n.getMessage('tabSwitchConnectionRequired'));
return;