Skip to content
Snippets Groups Projects
Commit 9f48cb1f authored by Milan Pässler's avatar Milan Pässler
Browse files

location: remove debug prints

also some style corrections
parent 273d0d5d
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ define(function () { ...@@ -43,7 +43,7 @@ define(function () {
switch2plain() switch2plain()
return false return false
} }
a1.href = config.siteURL a1.href = "#"
var a2 = document.createElement("a") var a2 = document.createElement("a")
a2.textContent = "uci" a2.textContent = "uci"
a2.onclick = function() { a2.onclick = function() {
......
...@@ -42,7 +42,6 @@ define(["infobox/link", "infobox/node", "infobox/location"], function (Link, Nod ...@@ -42,7 +42,6 @@ define(["infobox/link", "infobox/node", "infobox/location"], function (Link, Nod
} }
self.gotoLocation = function (d) { self.gotoLocation = function (d) {
console.log("goto location called with ", d)
create() create()
new Location(config, el, router, d) new Location(config, el, router, d)
} }
......
...@@ -275,7 +275,6 @@ define(["map/clientlayer", "map/labelslayer", ...@@ -275,7 +275,6 @@ define(["map/clientlayer", "map/labelslayer",
} }
function contextMenuGotoLocation(e) { function contextMenuGotoLocation(e) {
console.log("context menu called at ", e)
router.gotoLocation(e.latlng) router.gotoLocation(e.latlng)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment