wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions.php
changeset 15 3d4e9c994f10
parent 7 cf61fcea0001
child 16 a86126ab1dd4
--- a/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions.php	Wed Oct 16 11:23:38 2019 +0200
+++ b/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions.php	Tue Oct 22 16:11:46 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', 'https://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.22/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);