Elastic: Fix pretty selects in notes list options dialog
This commit is contained in:
parent
91b071d153
commit
8c6d4d624e
1 changed files with 1 additions and 1 deletions
|
@ -1439,7 +1439,7 @@ function kolab_notes_options_menu()
|
|||
{
|
||||
var content = $('#options-menu'),
|
||||
width = content.width() + 25,
|
||||
dialog = content.clone();
|
||||
dialog = content.clone(true);
|
||||
|
||||
// set form values
|
||||
$('select[name="sort_col"]', dialog).val(kolabnotes.settings.sort_col || '');
|
||||
|
|
Loading…
Add table
Reference in a new issue