Skip to content

Commit 3ada625

Browse files
author
Gabriel da Gama
authored
Merge pull request magento#6062 from magento-engcom/2.4.1-develop-MC-36919
[EngCom] MC-36919 - Added JS to copy mobile account menu back
2 parents b13fc15 + fee1720 commit 3ada625

File tree

1 file changed

+2
-0
lines changed
  • app/design/frontend/Magento/blank/Magento_Theme/web/js

1 file changed

+2
-0
lines changed

app/design/frontend/Magento/blank/Magento_Theme/web/js/theme.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ define([
1616
container: '#maincontent'
1717
});
1818

19+
$('.panel.header > .header.links').clone().appendTo('#store\\.links');
20+
1921
keyboardHandler.apply();
2022
});

0 commit comments

Comments
 (0)