parent
0a8701a920
commit
6d08e45f14
|
@ -315,10 +315,10 @@ class GuiControl {
|
|||
|
||||
this.switchery();
|
||||
|
||||
if (CONFIGURATOR.connectionValid) {
|
||||
// Build link to in-use CF version documentation
|
||||
const documentationButton = $('div#content #button-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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue