Elastic: Fix style in some Files dialogs
This commit is contained in:
parent
7c87ca644c
commit
02a1ad8f64
1 changed files with 1 additions and 3 deletions
|
@ -933,9 +933,7 @@ function kolab_dialog_show(content, params, onopen)
|
|||
};
|
||||
|
||||
// display it as popup
|
||||
var dialog = rcmail.show_popup_dialog('', params.title, params.buttons, params);
|
||||
|
||||
content.appendTo(dialog).show().find('input[type!="hidden"]:not(:hidden):first').focus();
|
||||
var dialog = rcmail.show_popup_dialog(content, params.title, params.buttons, params);
|
||||
|
||||
if (onopen) onopen(content);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue