1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

initial stab on preventing tab switch chaining

This commit is contained in:
cTn 2014-07-09 16:10:02 +02:00
parent 795502a585
commit 3f063f6654
3 changed files with 7 additions and 1 deletions

View file

@ -22,6 +22,7 @@ $(document).ready(function() {
GUI.timeout_kill_all();
GUI.interval_kill_all();
GUI.tab_switch_cleanup();
GUI.tab_switch_in_progress = false;
serial.disconnect(onClosed);