diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions.php --- a/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions.php Mon Oct 14 17:39:30 2019 +0200 @@ -9,7 +9,7 @@ function my_scripts() { global $themedir; wp_enqueue_script('slides-min-jquery', $themedir . '/js/slides.min.jquery.js','','',true); - wp_enqueue_script('jquery-ui-min', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js','','',true); + wp_enqueue_script('jquery-ui-min', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js','','',true); wp_enqueue_script('jquery-easing', $themedir . '/js/jquery.easing.1.3.js','','',true); wp_enqueue_script('jquery-iconmenu', $themedir . '/js/jquery.iconmenu.js','','',true); wp_enqueue_script('jquery-nav-min', $themedir . '/js/jquery.nav.min.js','','',true);