Fix edit form tabs selector
This commit is contained in:
parent
3283f12d10
commit
166b435815
1 changed files with 1 additions and 1 deletions
|
@ -847,7 +847,7 @@ function rcube_tasklist_ui(settings)
|
||||||
$('#taskedit-tab-attachments')[(list.attachments?'show':'hide')]();
|
$('#taskedit-tab-attachments')[(list.attachments?'show':'hide')]();
|
||||||
|
|
||||||
// activate the first tab
|
// activate the first tab
|
||||||
$('#eventtabs').tabs('select', 0);
|
$('#taskedit').tabs('select', 0);
|
||||||
|
|
||||||
// define dialog buttons
|
// define dialog buttons
|
||||||
var buttons = {};
|
var buttons = {};
|
||||||
|
|
Loading…
Add table
Reference in a new issue