Elastic: Fix pretty selects in tasks list options dialog

This commit is contained in:
Aleksander Machniak 2018-08-14 08:37:13 +00:00
parent 8c6d4d624e
commit 6a36dc61c3

View file

@ -3403,7 +3403,7 @@ function tasklist_options_menu(p)
{
var content = $('#listoptions-menu'),
width = content.width() + 25,
dialog = content.clone();
dialog = content.clone(true);
// set form values
$('#options-sortcol', dialog).val(rctasks.get_setting('sort_col') || 'auto');