mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
missing export
This commit is contained in:
parent
ea0b1e4113
commit
14f43e7751
1 changed files with 1 additions and 1 deletions
|
@ -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>'
|
||||
|
|
Loading…
Reference in a new issue