Skip to content

Commit e988631

Browse files
committed
ACP2E-2045: JS jQuery mix-in files not loading Intermittent issue
1 parent cfaeeae commit e988631

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/RequireJs/Block/Html/Head

1 file changed

+1
-1
lines changed

app/code/Magento/RequireJs/Block/Html/Head/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ protected function _prepareLayout()
133133
$assetCollection->insert(
134134
$requireJsMixinsConfig->getFilePath(),
135135
$requireJsMixinsConfig,
136-
$after
136+
$requireJsConfig->getFilePath()
137137
);
138138
return parent::_prepareLayout();
139139
}

0 commit comments

Comments
 (0)