2023-08-21 14:55:06 +00:00
|
|
|
/*global $, dotclear */
|
|
|
|
'use strict';
|
|
|
|
|
|
|
|
$(() => {
|
2021-09-28 22:56:31 +00:00
|
|
|
/* toogle admin form sidebar */
|
|
|
|
$('#kUtRL h5').toggleWithLegend(
|
|
|
|
$('#kUtRL').children().not('h5'),
|
2023-08-21 14:55:06 +00:00
|
|
|
{user_pref:'dcx_kUtRL_admin_form_sidebar',legend_click:true}
|
2021-09-28 22:56:31 +00:00
|
|
|
);
|
|
|
|
});
|