Skip to content

Commit

Permalink
Fix price slider on Magento 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidduong90 committed May 17, 2022
1 parent 72426e0 commit 98294be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/web/js/priceslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ define([
'jquery',
'Magento_Catalog/js/price-utils',
'Magepow_Layerednav/js/layerednav',
'jquery-ui-modules/slider',
'jquery/ui-modules/widgets/slider',
'jquery/ui'
], function($, ultil) {
"use strict";
Expand Down

0 comments on commit 98294be

Please sign in to comment.