diff options
author | luxagraf <sng@luxagraf.net> | 2011-05-10 19:58:20 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-05-10 19:58:20 -0500 |
commit | 8ca8eb2a159840cb4900328521716808fb1db761 (patch) | |
tree | 8af24aab4f6e226fb1f0f1cf4de1fc5fedfaf9fa /templates/bin | |
parent | dc389ac8529df0cbb21d54c2020b24681d03cec2 (diff) |
bug fixes for map and build scripts
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) |