2022-12-05 21:42:34 +00:00
|
|
|
$(function(){
|
|
|
|
/* toogle admin form sidebar */
|
|
|
|
$('#templator h5').toggleWithLegend(
|
|
|
|
$('#templator').children().not('h5'),
|
2023-08-15 19:52:21 +00:00
|
|
|
{user_pref:'dcx_templator_admin_form_sidebar',legend_click:true}
|
2022-12-05 21:42:34 +00:00
|
|
|
);
|
|
|
|
});
|