fix: Properly handle visibility of elements

This commit is contained in:
SinTan1729
2024-05-29 09:15:25 -05:00
parent 5fb8587628
commit 3445d5366a
3 changed files with 8 additions and 7 deletions

View File

@@ -48,7 +48,7 @@
</form>
<p id="loading-text">Loading links table...</p>
<table class="pure-table">
<table class="pure-table" hidden>
<caption>Active links</caption>
<br />
<thead>
@@ -66,7 +66,7 @@
</div>
<div name="links-div">
<a id="admin-button" href="javascript:getLogin()">login</a>
<a id="admin-button" href="javascript:getLogin()" hidden>login</a>
&nbsp;
<a id="version-number" href="https://github.com/SinTan1729/chhoto-url" target="_blank" rel="noopener noreferrer"
hidden>Source Code</a>