From 85fbbee63bc844154dd9e84cf5bbd20ea4c7930a Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 13 Jun 2018 15:02:32 -0400 Subject: [PATCH] Changed sources to https --- functions.php | 2 +- header.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 0c189b6..e4b947f 100755 --- a/functions.php +++ b/functions.php @@ -127,7 +127,7 @@ function site_scripts() if(is_front_page()) { wp_enqueue_script( 'glm_google_map_code', - 'http://maps.google.com/maps/api/js?sensor=false', + 'https://maps.google.com/maps/api/js?sensor=false', 'jquery', '1', true diff --git a/header.php b/header.php index 41df8d9..ad879c2 100755 --- a/header.php +++ b/header.php @@ -7,7 +7,7 @@ - + -- 2.17.1