From 0d1f5ac16fdcc5cd27ff95c10aa64b2266042836 Mon Sep 17 00:00:00 2001 From: Joshua Roy Date: Thu, 2 Nov 2017 11:21:19 -0400 Subject: [PATCH] Home page customizer https fix --- inc/customizer-homepage-layout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/customizer-homepage-layout.php b/inc/customizer-homepage-layout.php index 1114b9f..6b23e7c 100644 --- a/inc/customizer-homepage-layout.php +++ b/inc/customizer-homepage-layout.php @@ -11,7 +11,7 @@ { wp_enqueue_script( 'layoutbuilder', get_template_directory_uri() . '/js/layoutbuilder.js', array( 'jquery' )); wp_enqueue_script( 'jquery-ui-slider' ); - wp_enqueue_style('jquery-style', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css'); + wp_enqueue_style('jquery-style', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css'); } /**