diff options
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,7 +49,7 @@ if(empty($marker)) $marker="online"; </div>
<div id="visibox" class="box">
<b>Elemente<br />ausblenden</b>
- <form name="visibleform">
+ <form name="visibleform" action="#" onsubmit="return false">
<table class="legend">
<tr>
<td><input type="checkbox" name="offline" value="true" onclick="javascript:toggleVisible('offline')" <?php if($marker == "online") printf(' checked="checked"'); ?> ></td>
@@ -76,7 +76,7 @@ if(empty($marker)) $marker="online"; <td> </td><td align="center"><img src="./img/link_blue.png" /></td><td>Tunnel</td>
</tr>
</table>
- </from>
+ </form>
</div>
<div id="addressbox" class="box">
<b>Adresse suchen:</b>
|