mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
equip all tab initializers with callback parameter (currently without hooks)
This commit is contained in:
parent
3f063f6654
commit
c6700a8588
12 changed files with 12 additions and 12 deletions
|
@ -24,7 +24,7 @@ CliHistory.prototype = {
|
|||
cli_history = new CliHistory();
|
||||
|
||||
|
||||
function tab_initialize_cli() {
|
||||
function tab_initialize_cli(callback) {
|
||||
ga_tracker.sendAppView('CLI Page');
|
||||
GUI.active_tab = 'cli';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue