1
0
Fork 0
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:
Darren Lines 2023-01-09 19:51:02 +00:00
parent d23638ca3e
commit a47d971ade
5 changed files with 26 additions and 2 deletions

View file

@ -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"]');