Proyectos de Subversion Moodle

Rev

Autoría | Ultima modificación | Ver Log |

/**
 * unilabel type carousel
 * This plugin only starts the carousel because in Moodle the start is not really reliable.
 *
 * @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/carouselstart",["jquery","theme_boost/bootstrap/carousel"],(function($,carousel){return{init:function(id){if(carousel){var c=$("#"+id+".carousel");c.carousel({interval:c.data("interval")})}}}}));

//# sourceMappingURL=carouselstart.min.js.map