mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
Fixed bug of password input not displaying on bootstrap theme
This commit is contained in:
parent
f2532f8310
commit
1009491721
|
@ -83,8 +83,8 @@
|
|||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div id="password" class="navbar-text">
|
||||
<input type="password" id="passwordinput" placeholder="Password (optional)" size="19" style="display:none;" />
|
||||
<div id="password" class="navbar-text" style="display:none;" >
|
||||
<input type="password" id="passwordinput" placeholder="Password (optional)" size="19"/>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Reference in New Issue
Block a user