Elastic: Fix pretty-selects in files list options dialog
This commit is contained in:
parent
8a5c092874
commit
bfda73191a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ function kolab_files_listoptions(type)
|
|||
{
|
||||
var content = $('#' + type + 'listoptions'),
|
||||
width = content.width() + 25,
|
||||
dialog = content.clone(),
|
||||
dialog = content.clone(true),
|
||||
title = rcmail.gettext('kolab_files.arialabel' + (type == 'sessions' ? 'sessions' : '') + 'listoptions'),
|
||||
close_func = function() { rcmail[type + 'list'].focus(); },
|
||||
save_func = function(e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue