Skip to content

Commit

Permalink
Merge pull request #1190 from rbayet/fix_1186_form_mini_not_found
Browse files Browse the repository at this point in the history
Fixes #1186 - support web/js files relocation
  • Loading branch information
romainruaud authored Nov 19, 2018
2 parents da37194 + 64ee4c2 commit f94e917
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
var config = {
map: {
'*': {
mageQuickSearch : 'Magento_Search/form-mini',
quickSearch: 'Smile_ElasticsuiteCore/js/form-mini'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ define([
'Magento_Ui/js/lib/knockout/template/loader',
'jquery/ui',
'mage/translate',
'mageQuickSearch'
'Magento_Search/form-mini'
], function (ko, $, _, mageTemplate, priceUtil, templateLoader) {
'use strict';

Expand Down

0 comments on commit f94e917

Please sign in to comment.