templator/js/admin.js

7 lines
199 B
JavaScript
Raw Normal View History

$(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}
);
});