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

tweak tab placement on the landing page (#1547)

tweak tab placement on the landing page
This commit is contained in:
Michael Keller 2019-08-03 10:12:53 +12:00 committed by GitHub
commit 2e7d9294ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 82 additions and 204 deletions

View file

@ -222,6 +222,12 @@ function startProcess() {
case 'landing':
TABS.landing.initialize(content_ready);
break;
case 'changelog':
TABS.staticTab.initialize('changelog', content_ready);
break;
case 'privacy_policy':
TABS.staticTab.initialize('privacy_policy', content_ready);
break;
case 'firmware_flasher':
TABS.firmware_flasher.initialize(content_ready);
break;