fix post sidebar menu toggle

master
Jean-Christian Paul Denis 2023-05-21 15:00:18 +02:00
parent a36f65455c
commit e7cbc6eedb
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ $(() => {
}
$('#post_expired h4').toggleWithLegend(
$('#post_expired').children().not('h4'),
{cookie:'dcx_postexpired_admin_form_sidebar',legend_click:true}
{user_pref:'dcx_postexpired_admin_form_sidebar',legend_click:true}
);
});