Remove support for soon discontinued josm remote https endpoint

This commit is contained in:
Guillaume RISCHARD 2017-12-16 16:15:52 +01:00
parent 30757696bd
commit ca36cf2826
2 changed files with 2 additions and 4 deletions

View file

@ -241,9 +241,7 @@ $(document).ready(function () {
function remoteEditHandler(bbox, object) {
var loaded = false,
url = document.location.protocol === "https:" ?
"https://127.0.0.1:8112/load_and_zoom?" :
"http://127.0.0.1:8111/load_and_zoom?",
url = "http://127.0.0.1:8111/load_and_zoom?",
query = {
left: bbox.getWest() - 0.0001,
top: bbox.getNorth() + 0.0001,