From c94fd5e85c8ea5010915ccea3e208942b54d40d7 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 1 Apr 2013 12:10:16 +0100 Subject: [PATCH] Fix icon path. --- app/stores/static/js/gmap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/stores/static/js/gmap.js b/app/stores/static/js/gmap.js index 0772bcd..06c5c33 100644 --- a/app/stores/static/js/gmap.js +++ b/app/stores/static/js/gmap.js @@ -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) {