removing default field values
This commit is contained in:
parent
a1d755b26f
commit
048d8cb394
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@
|
||||||
<div id="main-ctn">
|
<div id="main-ctn">
|
||||||
<p id="pre-conf-pannel">You haven't configured chromesoul yet, you should go to the configuration pannel.</p>
|
<p id="pre-conf-pannel">You haven't configured chromesoul yet, you should go to the configuration pannel.</p>
|
||||||
<div id="config-pannel">
|
<div id="config-pannel">
|
||||||
<input type="text" placeholder="Login" id="login" class="opt" value="test_42"><br>
|
<input type="text" placeholder="Login" id="login" class="opt" value=""><br>
|
||||||
<input type="password" placeholder="Password (SOCKS)" id="pwd_socks" class="opt" value="password"><br>
|
<input type="password" placeholder="Password (SOCKS)" id="pwd_socks" class="opt" value=""><br>
|
||||||
<input type="checkbox" id="enable_notif" class="opt" checked="checked"><label for="enable_notif">Enable notifications</label><br>
|
<input type="checkbox" id="enable_notif" class="opt" checked="checked"><label for="enable_notif">Enable notifications</label><br>
|
||||||
<input type="checkbox" id="enable_msg" class="opt" checked="checked"><label for="enable_msg">Enable messages</label><br>
|
<input type="checkbox" id="enable_msg" class="opt" checked="checked"><label for="enable_msg">Enable messages</label><br>
|
||||||
<button id="save">Save</button> <span id="status"></span>
|
<button id="save">Save</button> <span id="status"></span>
|
||||||
|
|
Reference in a new issue