diff --git a/Block/System/Config/Form/Field/Date.php b/Block/System/Config/Form/Field/Date.php index 635d0f96..b9ee5138 100644 --- a/Block/System/Config/Form/Field/Date.php +++ b/Block/System/Config/Form/Field/Date.php @@ -62,7 +62,7 @@ protected function _getElementHtml(\Magento\Framework\Data\Form\Element\Abstract $this->_coreRegistry->registry('datepicker_loaded', 1); } $html .= ' - \ No newline at end of file + diff --git a/view/frontend/web/js/affirmPixel.js b/view/frontend/web/js/affirmPixel.js index 2b552c6a..b78b3978 100644 --- a/view/frontend/web/js/affirmPixel.js +++ b/view/frontend/web/js/affirmPixel.js @@ -36,7 +36,7 @@ define([ "jquery", "Astound_Affirm/js/model/aslowas", - "jquery/ui" + "jquery-ui-modules/widget" ], function ($, aslowas) { "use strict" @@ -77,4 +77,4 @@ define([ }); return $.mage.affirmPixel -});; \ No newline at end of file +});; diff --git a/view/frontend/web/js/affirmWidget.js b/view/frontend/web/js/affirmWidget.js index ee08f101..538a72e0 100644 --- a/view/frontend/web/js/affirmWidget.js +++ b/view/frontend/web/js/affirmWidget.js @@ -7,7 +7,7 @@ define([ "jquery", "Astound_Affirm/js/model/aslowas", - "jquery/ui" + "jquery-ui-modules/widget" ], function ($, aslowas) { "use strict" @@ -51,4 +51,4 @@ define([ }); return $.mage.affirmWidget -}); \ No newline at end of file +}); diff --git a/view/frontend/web/js/aslowasPDP.js b/view/frontend/web/js/aslowasPDP.js index 67f2128c..675b3592 100644 --- a/view/frontend/web/js/aslowasPDP.js +++ b/view/frontend/web/js/aslowasPDP.js @@ -6,7 +6,7 @@ define(["jquery", "mage/translate", "Astound_Affirm/js/model/aslowas", - "jquery/ui" + "jquery-ui-modules/widget" ], function ($, $t, aslowas) { "use strict" diff --git a/view/frontend/web/js/aslowasPLP.js b/view/frontend/web/js/aslowasPLP.js index 9b500991..e6e4e19d 100755 --- a/view/frontend/web/js/aslowasPLP.js +++ b/view/frontend/web/js/aslowasPLP.js @@ -6,7 +6,7 @@ define(["jquery", "mage/translate", "Astound_Affirm/js/model/aslowas", - "jquery/ui" + "jquery-ui-modules/widget" ], function ($, $t, aslowas) { "use strict" diff --git a/view/frontend/web/js/model/global.js b/view/frontend/web/js/model/global.js index 0e58dce3..788e492d 100644 --- a/view/frontend/web/js/model/global.js +++ b/view/frontend/web/js/model/global.js @@ -36,7 +36,7 @@ define([ "jquery", "mage/translate", - "jquery/ui" + "jquery-ui-modules/widget" ], function ($, $t) { 'use strict';