fixed broken login info on startup if not logged in
This commit is contained in:
parent
97986372fe
commit
6c8a3927ce
@ -81,6 +81,8 @@ function startApp() {
|
|||||||
Search.linkListeners()
|
Search.linkListeners()
|
||||||
TrackPreview.init()
|
TrackPreview.init()
|
||||||
|
|
||||||
|
document.getElementById('logged_in_info').classList.add('hide')
|
||||||
|
|
||||||
if (localStorage.getItem('arl')) {
|
if (localStorage.getItem('arl')) {
|
||||||
let arl = localStorage.getItem('arl')
|
let arl = localStorage.getItem('arl')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user