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'); } /**