Fix icon path.

This commit is contained in:
2013-04-01 12:10:16 +01:00
parent 51d198fa47
commit c94fd5e85c

View File

@@ -1,7 +1,7 @@
var store_icon = static_url + 'img/map_icons/home-2.png'
var online_icon = static_url + 'img/map_icons/wifi.png'
var geolocation_icon = static_url + '/img/map_icons/home-2-green.png'
var geolocation_icon = static_url + 'img/map_icons/home-2-green.png'
function lookup_marker(id) {
if (id == null || id == 1) {