1
0
Fork 0
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:
cTn 2014-07-09 16:12:37 +02:00
parent 3f063f6654
commit c6700a8588
12 changed files with 12 additions and 12 deletions

View file

@ -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';