From 51a7b53ecf6b74e9cbbf7ae3685626a23cf732f6 Mon Sep 17 00:00:00 2001 From: Alex Dong Date: Fri, 1 Jul 2022 08:49:15 +0700 Subject: [PATCH] Replace jquery/ui with jquery-ui-modules/core --- view/base/web/js/grid-slider.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/base/web/js/grid-slider.js b/view/base/web/js/grid-slider.js index 6cac5dd..9b9c48e 100644 --- a/view/base/web/js/grid-slider.js +++ b/view/base/web/js/grid-slider.js @@ -2,13 +2,13 @@ * @Author: Alex Dong * @Date: 2020-07-29 13:21:07 * @Last Modified by: Alex Dong -* @Last Modified time: 2022-06-13 10:59:10 +* @Last Modified time: 2022-07-01 08:48:38 */ define([ 'jquery', 'slick', - 'jquery/ui' + 'jquery-ui-modules/core' ], function ($, slick) { "use strict"; $.widget('magepow.gridSlider', {