Commit d0e110d0 by Tuomas Riihimäki

Fix typo on map javascript

1 parent 0b8e3237
Showing with 1 additions and 1 deletions
......@@ -60,7 +60,7 @@
moyaurl : "#{request.contextPath}",
map_id : #{ajaxMapView.map.id},
});
px.toggleaction = #{ajaxMapView.queueEnabled?'undefined':'px.toggle_place'},
px.toggleaction = #{ajaxMapView.queueEnabled?'undefined':'px.toggle_place'};
</script>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!