upgrade
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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));
|
||||
Reference in New Issue
Block a user