AutorÃa | Ultima modificación | Ver Log |
/*** unilabel type carousel** @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/add_css",(function(){return{init:function(css){var head=document.head||document.getElementsByTagName("head")[0],mystyle=document.createElement("style");mystyle.styleSheet?mystyle.styleSheet.cssText=css:mystyle.appendChild(document.createTextNode(css)),head.appendChild(mystyle)}}}));//# sourceMappingURL=add_css.min.js.map