# HG changeset patch # User ymh # Date 1571753506 -7200 # Node ID 3d4e9c994f10644aacf69047cb9e0f029a614afd # Parent 00ac8f60d73ff1cb5783c781ef4ed8325c5f86d4 Upgrade jquery-ui in in-motion theme version from 1.8.14 to 1.8.22 to avoid 'a.curCSS is not a function' errors in console that caused problems with circles and navigation. diff -r 00ac8f60d73f -r 3d4e9c994f10 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 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);