Skip to content
Snippets Groups Projects
Commit b223f6d5 authored by Mykhailo Miroshnikov's avatar Mykhailo Miroshnikov
Browse files

MAGETWO-31191: Page JS dependencies optimization

 - Add triggering 'contentUpdated' event to category/edit.phtml
parent 07a0bff1
Branches
No related merge requests found
...@@ -89,6 +89,7 @@ require([ ...@@ -89,6 +89,7 @@ require([
$('.page-actions').floatingHeader({ $('.page-actions').floatingHeader({
'title': '.category-edit-title' 'title': '.category-edit-title'
}); });
$('body').trigger('contentUpdated');
try { try {
if (refreshTree) { if (refreshTree) {
window.refreshTreeArea(); window.refreshTreeArea();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment