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