kUtRL/js/posts.js

10 lines
227 B
JavaScript
Raw Permalink Normal View History

2023-08-21 14:55:06 +00:00
/*global $, dotclear */
'use strict';
$(() => {
/* toogle admin form sidebar */
$('#kUtRL h5').toggleWithLegend(
$('#kUtRL').children().not('h5'),
2023-08-21 14:55:06 +00:00
{user_pref:'dcx_kUtRL_admin_form_sidebar',legend_click:true}
);
});