adding new tabs object (will contain all tab methods in the future)

10.3.x-maintenance
cTn 2014-07-10 18:13:38 +02:00
parent b8fc822765
commit 7e67cccf96
1 changed files with 3 additions and 0 deletions

View File

@ -1,8 +1,11 @@
var tabs = {}; // filled by individual tab js file
var GUI_control = function() {
this.auto_connect = false;
this.connecting_to = false;
this.connected_to = false;
this.active_tab;
this.active_tab_ref = false;
this.tab_switch_in_progress = false;
this.operating_system;
this.optional_usb_permissions = false; // controlled by usb permissions code