Fix forced hiding if logged out.
This commit is contained in:
parent
d33229e472
commit
6b7eebe9f3
1
js/ui.js
1
js/ui.js
|
@ -276,6 +276,7 @@ function ShowAccountSettings(variableName) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function HideAccountSettings() {
|
function HideAccountSettings() {
|
||||||
|
If (document.getElementById("accountSettingsScreen"))
|
||||||
document.getElementById("accountSettingsScreen").style.display = "none";
|
document.getElementById("accountSettingsScreen").style.display = "none";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue