Fix: hide loader on first visit
This commit is contained in:
@@ -970,6 +970,7 @@ function initDatabase() {
|
|||||||
} else {
|
} else {
|
||||||
addSyncInfoToPreloader();
|
addSyncInfoToPreloader();
|
||||||
db.transaction('update_times', 'readwrite').objectStore('update_times').put({ table: 'loggedin', status: isLoggedIn() });
|
db.transaction('update_times', 'readwrite').objectStore('update_times').put({ table: 'loggedin', status: isLoggedIn() });
|
||||||
|
loaderCount --;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user