removing default field values

This commit is contained in:
Rodolphe Breard 2013-01-25 11:04:41 +01:00
parent a1d755b26f
commit 048d8cb394

View file

@ -20,8 +20,8 @@
<div id="main-ctn">
<p id="pre-conf-pannel">You haven't configured chromesoul yet, you should go to the configuration pannel.</p>
<div id="config-pannel">
<input type="text" placeholder="Login" id="login" class="opt" value="test_42"><br>
<input type="password" placeholder="Password (SOCKS)" id="pwd_socks" class="opt" value="password"><br>
<input type="text" placeholder="Login" id="login" class="opt" value=""><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_msg" class="opt" checked="checked"><label for="enable_msg">Enable messages</label><br>
<button id="save">Save</button> <span id="status"></span>