mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-15 12:25:15 +03:00
parent
0a8701a920
commit
6d08e45f14
1 changed files with 4 additions and 4 deletions
|
@ -315,10 +315,10 @@ class GuiControl {
|
||||||
|
|
||||||
this.switchery();
|
this.switchery();
|
||||||
|
|
||||||
if (CONFIGURATOR.connectionValid) {
|
const documentationButton = $('div#content #button-documentation');
|
||||||
// Build link to in-use CF version documentation
|
documentationButton.html("Wiki");
|
||||||
const documentationButton = $('div#content #button-documentation');
|
|
||||||
documentationButton.html("Wiki");
|
if (GUI.active_tab !== 'firmware_flasher') { // hack till we have a nice solution for individual wiki URLs for each page
|
||||||
documentationButton.attr("href", "https://github.com/betaflight/betaflight/wiki");
|
documentationButton.attr("href", "https://github.com/betaflight/betaflight/wiki");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue