Remove unused
This commit is contained in:
parent
ad6bbd511d
commit
ad7bc7415b
1 changed files with 0 additions and 22 deletions
|
@ -5,25 +5,3 @@ function maximiseMap() {
|
|||
function minimiseMap() {
|
||||
$("#content").removeClass("maximised");
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
$("#search_form").submit(function (e) {
|
||||
e.preventDefault();
|
||||
|
||||
$("#sidebar_content").load($(this).attr("action"), {
|
||||
query: $("#query").val()
|
||||
});
|
||||
});
|
||||
|
||||
$("#describe_location").click(function (e) {
|
||||
e.preventDefault();
|
||||
|
||||
var mapParams = OSM.mapParams();
|
||||
|
||||
$("#sidebar_content").load($(this).attr("href"), {
|
||||
lat: mapParams.lat,
|
||||
lon: mapParams.lon,
|
||||
zoom: mapParams.zoom
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue