mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 10:03:56 +01:00
fix: account dialog recently broken
This commit is contained in:
parent
9e662960e1
commit
ca7caab85d
@ -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>`)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user