diff options
Diffstat (limited to 'templates/bin')
-rw-r--r-- | templates/bin/map_entry_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/bin/map_entry_list.html b/templates/bin/map_entry_list.html index 11dc1da..a58de05 100644 --- a/templates/bin/map_entry_list.html +++ b/templates/bin/map_entry_list.html @@ -31,13 +31,13 @@ var map; function initialize() { //custom marker - var image = new google.maps.MarkerImage('http://media.luxagraf.net/img/marker-entry.png', + var image = new google.maps.MarkerImage('http://luxagraf.net/media/img/marker-entry.png', new google.maps.Size(15, 26), new google.maps.Point(0, 0), new google.maps.Point(7, 26) ); //custom marker shadow - var shadow = new google.maps.MarkerImage('http://media.luxagraf.net/img/shadow.png', + var shadow = new google.maps.MarkerImage('http://luxagraf.net/media/img/shadow.png', new google.maps.Size(37, 34), new google.maps.Point(0,0), new google.maps.Point(8, 34) |