mirror of
https://github.com/gamaio/UnPS-Short.git
synced 2024-11-14 12:57:26 +00:00
Remove delete password div element
Since it doesn't do anything anymore, why not delete it?
This commit is contained in:
parent
3d04529e5a
commit
a183fcd1bd
@ -74,9 +74,6 @@
|
||||
|
||||
<h2 class="form-shorten-heading">Please give me a link to shorten...</h2>
|
||||
<input type="text" id="link" class="form-control" name="link" placeholder="http://" autofocus>
|
||||
<div id="shorten-password">
|
||||
<input type="text" id="pass" class="form-control" name="password" placeholder="Password">
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="<?php echo $catchid; ?>" value="<?php echo $catchVal; ?>"/>
|
||||
<button class="btn btn-block btn-primary" id="short-button" type="submit">Shorten</button>
|
||||
|
Loading…
Reference in New Issue
Block a user