Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/**
2
 * unilabel click helper
3
 *
4
 * @author      Andreas Grabs <info@grabs-edv.de>
5
 * @copyright   2018 onwards Grabs EDV {@link https://www.grabs-edv.de}
6
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
7
 */
8
define("mod_unilabel/collapse_helper",["jquery"],(function($){return{init:function(clickselector){$(clickselector).click((function(event){event.stopPropagation(),event.preventDefault(),$($(this).data("target")).collapse("toggle")}))}}}));
9
 
10
//# sourceMappingURL=collapse_helper.min.js.map