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

Move Documentation and Support links to separate tab. Add a

contributing section.  Unify help/landing section CSS/html a little.
Expand the sponsors panel area in preparation for an updated section.
This commit is contained in:
Dominic Clifton 2015-03-03 16:27:14 +00:00
parent 432d9f0720
commit c3f1c13d54
9 changed files with 164 additions and 104 deletions

View file

@ -15,7 +15,8 @@ var GUI_control = function () {
this.timeout_array = [];
this.defaultAllowedTabsWhenDisconnected = [
'landing',
'firmware_flasher'
'firmware_flasher',
'help'
];
this.defaultAllowedTabsWhenConnected = [
'adjustments',