fix post sidebar menu toggle
This commit is contained in:
parent
a36f65455c
commit
e7cbc6eedb
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ $(() => {
|
||||||
}
|
}
|
||||||
$('#post_expired h4').toggleWithLegend(
|
$('#post_expired h4').toggleWithLegend(
|
||||||
$('#post_expired').children().not('h4'),
|
$('#post_expired').children().not('h4'),
|
||||||
{cookie:'dcx_postexpired_admin_form_sidebar',legend_click:true}
|
{user_pref:'dcx_postexpired_admin_form_sidebar',legend_click:true}
|
||||||
);
|
);
|
||||||
});
|
});
|
Loading…
Reference in a new issue