mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Saewitz fix
This commit is contained in:
parent
d5cc627c74
commit
bc460e5ecd
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<ul class="dropdown-menu">
|
||||
<li><a href="#settings-modal" data-toggle="modal">Settings</a></li>
|
||||
<!-- FIXME href='/logout' isn't redirecting the page.. window.history? -->
|
||||
<li><a onclick="window.location='/logout'">Logout</a></li>
|
||||
<li><a href='/logout' onclick="window.location='/logout'">Logout</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<app:myModal modalId="settings-modal" header="Settings">
|
||||
|
|
|
|||
Loading…
Reference in a new issue