mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 04:45:18 +03:00
search: add search.html and search.js
This commit is contained in:
parent
4d575a4f64
commit
c0017991f5
6 changed files with 215 additions and 1 deletions
|
@ -281,6 +281,10 @@ $(function() {
|
|||
require('./../tabs/ez_tune');
|
||||
TABS.ez_tune.initialize(content_ready);
|
||||
break;
|
||||
case 'search':
|
||||
require('./../tabs/search');
|
||||
TABS.search.initialize(content_ready);
|
||||
break;
|
||||
default:
|
||||
console.log('Tab not found:' + tab);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue