zoneclearFeedServer/js/post.js

10 lines
219 B
JavaScript
Raw Normal View History

2023-05-07 22:40:58 +00:00
/*global $, dotclear */
'use strict';
$(() => {
2015-04-25 19:25:03 +00:00
/* toogle admin form sidebar */
$('#zcfs h5').toggleWithLegend(
$('#zcfs').children().not('h5'),
2023-05-07 22:40:58 +00:00
{user_pref:'dcx_zcfs_admin_form_sidebar',legend_click:true}
2015-04-25 19:25:03 +00:00
);
});