mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Attach doc button only to the first tab title
This commit is contained in:
parent
11a7ae743e
commit
8fe453a672
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ GUI_control.prototype.content_ready = function (callback) {
|
|||
});
|
||||
|
||||
// Insert a documentation button next to the tab title
|
||||
const tabTitle = $('div#content .tab_title');
|
||||
const tabTitle = $('div#content .tab_title').first();
|
||||
const documentationDiv = $('<div>').addClass('cf_doc_version_bt');
|
||||
$('<a>').attr('href', 'https://github.com/iNavFlight/inav/wiki')
|
||||
.attr('target', '_blank').attr('id', 'button-documentation')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue