Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Home page customizer https fix
  • Loading branch information
jmr06005 committed Nov 2, 2017
1 parent ebcb29c commit 0d1f5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/customizer-homepage-layout.php
Expand Up @@ -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');
}

/**
Expand Down

0 comments on commit 0d1f5ac

Please sign in to comment.