mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
- no settings menu item if password not set
This commit is contained in:
parent
38591349dc
commit
0d907a28f5
1 changed files with 3 additions and 0 deletions
|
|
@ -1926,6 +1926,9 @@ function updateAccessStatus()
|
|||
$('#bar .bar-delim').hide();
|
||||
}
|
||||
}
|
||||
else {
|
||||
$('#bar .menu-owner').show();
|
||||
}
|
||||
if(flag.needAuth && !flag.isLogged) {
|
||||
flag.readOnly = true;
|
||||
$("#bar_public").show();
|
||||
|
|
|
|||
Loading…
Reference in a new issue