commenting out references to google map
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Mar 2016 13:48:33 +0000 (09:48 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Mar 2016 13:48:33 +0000 (09:48 -0400)
functions.php

index c747bfe..1d3e2ae 100644 (file)
@@ -65,20 +65,20 @@ function glm_site_scripts()
         '1.0',
         true
     );
-    wp_enqueue_script(
-            'glm_google_map_code',
-            'http://maps.google.com/maps/api/js?sensor=false',
-            'jquery',
-            '1',
-            true
-        );
-        wp_enqueue_script(
-            'glm_google_map',
-            get_template_directory_uri() . '/js/google-map.js',
-            'jquery',
-            '1',
-            true
-        );
+//    wp_enqueue_script(
+//            'glm_google_map_code',
+//            'http://maps.google.com/maps/api/js?sensor=false',
+//            'jquery',
+//            '1',
+//            true
+//        );
+//        wp_enqueue_script(
+//            'glm_google_map',
+//            get_template_directory_uri() . '/js/google-map.js',
+//            'jquery',
+//            '1',
+//            true
+//        );
     if(is_front_page()) {
     }