diff options
author | Christian Pointner <equinox@ffgraz.net> | 2008-12-07 19:56:53 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2008-12-07 19:56:53 +0000 |
commit | 64119ff0d505c374441da5e74e5f0256f5206428 (patch) | |
tree | 90bc5e2a1e9bcf80f4e9a12bd63b5bb32265142c /index.php | |
parent | 5a68aadcece2179fbcd80029674a4a42fcc81ef8 (diff) |
offline locations are visible know by default to not confuse new users
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ if(empty($res)) $res=15; <td> </td><td align="center"><img src="./img/marker_online.png" /> <img src="./img/marker_tunnel.png" /></td><td>Online</td>
</tr>
<tr>
- <td><input type="checkbox" name="bad" value="true" onclick="javascript:toggleVisible('bad')" checked="checked"></td>
+ <td><input type="checkbox" name="bad" value="true" onclick="javascript:toggleVisible('bad')"></td>
<td> </td><td align="center"><img src="./img/link_red.png" /></td><td>Schlecht</td>
</tr>
<tr>
|