From: Laury GvR Date: Wed, 16 Jul 2014 20:11:29 +0000 (-0400) Subject: Area Map Name Fix X-Git-Tag: v1.0^2~6^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1d8e2ffad2f8c23150d1533188033b51c5afa12f;p=web%2FBigFore.git Area Map Name Fix Dunmaglas Golf Course --> Club in static and js. Also reverted minor accidental change in .htaccess. --- diff --git a/.htaccess b/.htaccess index 8089430..9c67ac2 100644 --- a/.htaccess +++ b/.htaccess @@ -14,7 +14,7 @@ ErrorDocument 404 /404.html RewriteEngine On AddDefaultCharset utf-8 -RewriteBase /~ove/www.bigfore.com/ +RewriteBase /www.bigfore.com/ # Redirect non-www to www RewriteCond %{ENV:GLM_HOST_ID} PRODUCTION diff --git a/libjs/coursesMashUp.js b/libjs/coursesMashUp.js index de7517b..67a61e6 100644 --- a/libjs/coursesMashUp.js +++ b/libjs/coursesMashUp.js @@ -34,7 +34,7 @@ var Map = { var markers = [ //Dunmaglas { - 'title' : 'Dunmaglas Golf Course', + 'title' : 'Dunmaglas Golf Club', 'lat' : 45.292304, 'long' : -85.160198, 'func' : this.dunmaglas, diff --git a/static/11.phtml b/static/11.phtml index d1cc60d..5b42c84 100644 --- a/static/11.phtml +++ b/static/11.phtml @@ -5,7 +5,7 @@ 'dunmaglas.gif', + 'Dunmaglas Golf Club' => 'dunmaglas.gif', 'Belvedere Golf Club' => 'hiddenriver.gif', 'Trout Creek' => 'troutcreek.gif', 'Little Traverse Bay Golf Club' => 'littletraverse.gif',