5 lines
418 B
JavaScript
5 lines
418 B
JavaScript
/**
|
|
* @copyright (C) 2019 Open Source Matters, Inc. <https://www.joomla.org>
|
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
|
*/Joomla=window.Joomla||{},(c=>{c.toggleAll=()=>{document.querySelectorAll(".chk-menulink").forEach(e=>{e.checked=!e.checked})},c.toggleMenutype=e=>{[].slice.call(document.getElementsByClassName(`menutype-${e}`)).forEach(l=>{l.checked=!l.checked})}})(Joomla);
|