Elastic: Fix pretty selects in notes list options dialog

This commit is contained in:
Aleksander Machniak 2018-08-14 08:35:10 +00:00
parent 91b071d153
commit 8c6d4d624e

View file

@ -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 || '');