diff --git a/lib/infobox/location.js b/lib/infobox/location.js index c61d23d..b656362 100644 --- a/lib/infobox/location.js +++ b/lib/infobox/location.js @@ -92,7 +92,7 @@ define(function () { } function switch2uci() { - document.getElementById("location-latitude").value = "uci set gluon-node-info.@location[0].latitude='" + d.lat.toFixed(9) + "'; uci set gluon-node-info.@location[0].longitude='" + d.lng.toFixed(9) + "'" + document.getElementById("location-latitude").value = "gluon-node-info.@location[0]='location'; gluon-node-info.@location[0].share_location='1'; uci set gluon-node-info.@location[0].latitude='" + d.lat.toFixed(9) + "'; uci set gluon-node-info.@location[0].longitude='" + d.lng.toFixed(9) + "'; uci commit gluon-node-info" document.getElementById("h3-latitude").textContent = "Befehl" document.getElementById("div-longitude").style.display = "none" }