| Current Path : /var/www/moodledata/mdata-uautomaq/filedir/79/9f/ |
| Current File : /var/www/moodledata/mdata-uautomaq/filedir/79/9f/799f77d2c0fc711bacd205aacc587f5900fd15e2 |
var H5P = H5P || {};
H5P.JoubelThrobber = (function ($) {
/**
* Creates a new tip
*/
function JoubelThrobber() {
// h5p-throbber css is described in core
var $throbber = $('<div/>', {
'class': 'h5p-throbber'
});
return $throbber;
}
return JoubelThrobber;
}(H5P.jQuery));