Commit df222c46 by Tuomas Riihimäki

Merge branch 'neomap_fix' into 'master'

here, fixed it



See merge request !330
2 parents 25f43654 bdc903fa
Showing with 1 additions and 1 deletions
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
element: document.getElementById("seatmap"), element: document.getElementById("seatmap"),
moyaurl: "#{request.contextPath}", moyaurl: "#{request.contextPath}",
map_id: #{ajaxMapView.map.id}, map_id: #{ajaxMapView.map.id},
placeurl : "/rest/placemap/v1/#{ajaxMapView.map.id}/allplaces", placeurl : "/rest/placemap/v1/#{ajaxMapView.map.id}/places",
}); });
px.toggleaction = function(d){ px.toggleaction = function(d){
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!