missing export

This commit is contained in:
Miodec 2021-03-12 19:17:39 +00:00
parent ea0b1e4113
commit 14f43e7751

View file

@ -6,7 +6,7 @@ export function hideBackgroundLoader() {
$("#backgroundLoader").stop(true, true).fadeOut(125);
}
function accountIconLoading(truefalse) {
export function accountIconLoading(truefalse) {
if (truefalse) {
$("#top #menu .account .icon").html(
'<i class="fas fa-fw fa-spin fa-circle-notch"></i>'