Set event tab as default.
This commit is contained in:
parent
84479f45e1
commit
ce43a0a07d
Notes:
subgit
2018-03-07 17:59:00 +01:00
r682 www/trunk
@ -180,7 +180,7 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
// create tabs
|
// create tabs
|
||||||
var tabOptions = {
|
var tabOptions = {
|
||||||
active: 1,
|
active: 0,
|
||||||
disabled: [2, 3],
|
disabled: [2, 3],
|
||||||
activate: function( event, ui ) { ui['newPanel'].find('table').trigger("update", [true]); },
|
activate: function( event, ui ) { ui['newPanel'].find('table').trigger("update", [true]); },
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user