Fix code format
parent
665e5d424a
commit
5d7b480c3b
|
@ -346,7 +346,8 @@ H5P.OfflineRequestQueue = (function (RequestQueue, Dialog) {
|
|||
|
||||
if (isLoading) {
|
||||
throbberWrapper.classList.add('show');
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
throbberWrapper.classList.remove('show');
|
||||
}
|
||||
};
|
||||
|
@ -388,7 +389,8 @@ H5P.OfflineRequestQueue = (function (RequestQueue, Dialog) {
|
|||
setTimeout(function () {
|
||||
offlineDialog.show(0);
|
||||
}, 100);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
offlineDialog.show(0);
|
||||
}
|
||||
}
|
||||
|
@ -431,4 +433,4 @@ H5P.OfflineRequestQueue = (function (RequestQueue, Dialog) {
|
|||
};
|
||||
|
||||
return offlineRequestQueue;
|
||||
})(H5P.RequestQueue, H5P.ConfirmationDialog);
|
||||
})(H5P.RequestQueue, H5P.ConfirmationDialog);
|
||||
|
|
Loading…
Reference in New Issue