mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Make links to documents relevant to firmware version
This commit is contained in:
parent
d23638ca3e
commit
a47d971ade
5 changed files with 26 additions and 2 deletions
|
@ -146,6 +146,8 @@ TABS.cli.initialize = function (callback) {
|
|||
// translate to user-selected language
|
||||
localize();
|
||||
|
||||
$('.cliDocsBtn').attr('href', globalSettings.docsTreeLocation + 'Settings.md');
|
||||
|
||||
CONFIGURATOR.cliActive = true;
|
||||
|
||||
var textarea = $('.tab-cli textarea[name="commands"]');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue