Remove js call from template

This commit is contained in:
Yohan Boniface 2012-12-15 14:43:36 +01:00
parent 3f9ba79ee4
commit 36934212bf

View file

@ -17,7 +17,3 @@
<input type="submit" class="button" /> <input type="submit" class="button" />
</div> </div>
</form> </form>
<script type="text/javascript">
L.Storage.Xhr.listen_form('map_edit');
</script>