7 lines
199 B
JavaScript
7 lines
199 B
JavaScript
$(function(){
|
|
/* toogle admin form sidebar */
|
|
$('#templator h5').toggleWithLegend(
|
|
$('#templator').children().not('h5'),
|
|
{user_pref:'dcx_templator_admin_form_sidebar',legend_click:true}
|
|
);
|
|
}); |