mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-10 04:02:28 +01:00
don't autofill http://
gets really annoying when copying urls so let's just remove it all together.
This commit is contained in:
parent
b9e7e22fc5
commit
0dcfebf1f1
@ -11,7 +11,7 @@ require_once('layout-headerlg.php');
|
|||||||
?>
|
?>
|
||||||
<h1 class='title'><?php require_once('config.php');echo $wsn;?></h1>
|
<h1 class='title'><?php require_once('config.php');echo $wsn;?></h1>
|
||||||
<form id='shortenform' method="POST" action="createurl.php" role="form">
|
<form id='shortenform' method="POST" action="createurl.php" role="form">
|
||||||
<input type="text" class="form-control" placeholder="URL" id="url" value="http://" name="urlr" />
|
<input type="text" class="form-control" placeholder="URL" id="url" name="urlr" />
|
||||||
<div id='options'>
|
<div id='options'>
|
||||||
<br />
|
<br />
|
||||||
<div class="btn-group btn-toggle" data-toggle="buttons">
|
<div class="btn-group btn-toggle" data-toggle="buttons">
|
||||||
|
Loading…
Reference in New Issue
Block a user