diff --git a/view/frontend/web/js/load-player.js b/view/frontend/web/js/load-player.js index 7869aaa..8a155ca 100644 --- a/view/frontend/web/js/load-player.js +++ b/view/frontend/web/js/load-player.js @@ -9,7 +9,7 @@ */ define( - ['jquery', 'jquery/ui'], + ['jquery', 'jquery-ui-modules/widget'], function ($) { 'use strict'; @@ -446,4 +446,4 @@ define( } ); } -); \ No newline at end of file +);