fix: account dialog recently broken

This commit is contained in:
Massimo Melina 2020-08-02 17:43:13 +02:00
parent 9e662960e1
commit ca7caab85d

View File

@ -1049,7 +1049,7 @@ function selectionMask() {
function showAccount() { function showAccount() {
dialog(`<div style="line-height:3em"> dialog(`<div style="line-height:3em">
<h1>{.!Account panel.}</h1> <h1>{.!Account panel.}</h1>
<span>{.!User.}: '+HFS.user+'</span> <span>{.!User.}: ${HFS.user}</span>
<br><button onclick="changePwd()"><i class="fa fa-key"></i> {.!Change password.}</button> <br><button onclick="changePwd()"><i class="fa fa-key"></i> {.!Change password.}</button>
<br><button onclick="logout()"><i class="fa fa-logout"></i> {.!Logout.}</button> <br><button onclick="logout()"><i class="fa fa-logout"></i> {.!Logout.}</button>
</div>`) </div>`)