Area Map Name Fix
authorLaury GvR <laury@gaslightmedia.com>
Wed, 16 Jul 2014 20:11:29 +0000 (16:11 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 16 Jul 2014 20:11:29 +0000 (16:11 -0400)
Dunmaglas Golf Course --> Club in static and js.
Also reverted minor accidental change in .htaccess.

.htaccess
libjs/coursesMashUp.js
static/11.phtml

index 8089430..9c67ac2 100644 (file)
--- 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
index de7517b..67a61e6 100644 (file)
@@ -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,
index d1cc60d..5b42c84 100644 (file)
@@ -5,7 +5,7 @@
 
 <?php
 $courses = array(
-    'Dunmaglas Golf Course'        => 'dunmaglas.gif',
+    'Dunmaglas Golf Club'        => 'dunmaglas.gif',
     'Belvedere Golf Club'          => 'hiddenriver.gif',
     'Trout Creek'                  => 'troutcreek.gif',
     'Little Traverse Bay Golf Club' => 'littletraverse.gif',