fac/js/backend.js

7 lines
178 B
JavaScript
Raw Normal View History

2021-08-20 15:44:19 +00:00
$(function(){
/* toogle admin form sidebar */
$('#fac h5').toggleWithLegend(
$('#fac').children().not('h5'),
{cookie:'dcx_fac_admin_form_sidebar',legend_click:true}
);
});