From 8f2c160f0dc9d4c49f405ac99eef88620589738c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 17 Mar 2016 09:48:33 -0400 Subject: [PATCH] commenting out references to google map --- functions.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/functions.php b/functions.php index c747bfe..1d3e2ae 100644 --- a/functions.php +++ b/functions.php @@ -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()) { } -- 2.17.1