From 8ca8eb2a159840cb4900328521716808fb1db761 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 10 May 2011 19:58:20 -0500 Subject: bug fixes for map and build scripts --- templates/base.html | 2 +- templates/bin/map_entry_list.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 0f43c81..a836845 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,7 +22,7 @@ href="{{MEDIA_URL}}css/ie.css" media="screen"> - + {%block extrahead%}{%endblock%} 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) -- cgit v1.2.3-70-g09d2