Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/**
2
 * unilabel type carousel
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/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)}}}));
9
 
10
//# sourceMappingURL=add_css.min.js.map