Elastic: Fix pretty selects in tasks list options dialog
This commit is contained in:
parent
8c6d4d624e
commit
6a36dc61c3
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue