diff --git a/www/misc.js b/www/misc.js index 04ac8e4..3afefa4 100644 --- a/www/misc.js +++ b/www/misc.js @@ -180,7 +180,7 @@ $(document).ready(function() { // create tabs var tabOptions = { - active: 1, + active: 0, disabled: [2, 3], activate: function( event, ui ) { ui['newPanel'].find('table').trigger("update", [true]); }, };