mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed frontend crashing when database is empty
This commit is contained in:
@ -19,6 +19,8 @@ App.Presenters.TopNavigationPresenter = function(
|
||||
render();
|
||||
loaded();
|
||||
auth.startObservingLoginChanges('top-navigation', loginStateChanged);
|
||||
}).fail(function() {
|
||||
loaded();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user