removed tents from display
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 12 Jul 2016 20:57:41 +0000 (16:57 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 12 Jul 2016 20:57:41 +0000 (16:57 -0400)
campground-map.php

index 204852b..ea1d517 100644 (file)
@@ -267,13 +267,13 @@ $js_categories = json_encode($categories);
             }
         }
         
-        if(site_meta[site]){
-            site_tents = site_meta[site]['petosega_tents'];
-site_tents = site_tents.join();
-            if( site_tents === ""){
-                site_tents = "No";
-            } 
-        }
+//        if(site_meta[site]){
+//            site_tents = site_meta[site]['petosega_tents'];
+//site_tents = site_tents.join();
+//            if( site_tents === ""){
+//                site_tents = "No";
+//            } 
+//        }
         temp  = site_campers[site];
         for(var i in temp){
             campers.push(temp[i].name);
@@ -318,7 +318,7 @@ site_tents = site_tents.join();
         jQuery(".full-content-tool-tip").find(".full-site-power").html("<strong>Power:</strong> " + site_power);
         jQuery(".full-content-tool-tip").find(".full-site-sewer").html("<strong>Sewer:</strong> " + site_sewer);
         jQuery(".full-content-tool-tip").find(".full-site-water").html("<strong>Water:</strong> " + site_water);
-        jQuery(".full-content-tool-tip").find(".full-site-tents").html("<strong>Tents:</strong> " + site_tents);
+//        jQuery(".full-content-tool-tip").find(".full-site-tents").html("<strong>Tents:</strong> " + site_tents);
         jQuery(".full-content-tool-tip").find(".full-site-campers").html("<strong>Campers:</strong> " + campers);
         
     }