mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-06-01 06:50:05 +02:00
Temporarily hid login/out buttons until implemented.
This commit is contained in:
parent
9d2d26edf9
commit
54ae8a2542
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
<header>
|
||||
<div id="headerPadder">
|
||||
<a href="/" id="siteLogo">Lexiconga Dictionary Builder</a>
|
||||
<div id="loginoutArea">
|
||||
<div id="loginoutArea" style="display:none;">
|
||||
<a href="?login" id="loginLink" class="clickable">Log In</a>
|
||||
<a href="?logout" id="logoutLink" class="clickable" style="display:none;">Log Out</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue