AutorÃa | Ultima modificación | Ver Log |
/*** unilabel click helper** @author Andreas Grabs <info@grabs-edv.de>* @copyright 2018 onwards Grabs EDV {@link https://www.grabs-edv.de}* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later*/define("mod_unilabel/collapse_helper",["jquery"],(function($){return{init:function(clickselector){$(clickselector).click((function(event){event.stopPropagation(),event.preventDefault(),$($(this).data("target")).collapse("toggle")}))}}}));//# sourceMappingURL=collapse_helper.min.js.map