Remove delete password div element

Since it doesn't do anything anymore, why not delete it?
This commit is contained in:
Arctic Code 2014-03-01 20:50:54 -06:00
parent 3d04529e5a
commit a183fcd1bd
1 changed files with 0 additions and 3 deletions

View File

@ -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>