File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
code/Magento/Catalog/view/adminhtml/templates/catalog/product/attribute/set
design/adminhtml/Magento/backend/web/css Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -439,14 +439,12 @@ script;
439439 },
440440
441441 success: function (response) {
442- if (response.error) {
442+ if (response.error || response.message ) {
443443 jQuery("#messages").html(response.message);
444444 } else if (response.ajaxExpired && response.ajaxRedirect) {
445445 setLocation(response.ajaxRedirect);
446446 } else if (response.url) {
447447 setLocation(response.url);
448- } else if (response.message) {
449- jQuery("#messages").html(response.message);
450448 }
451449 },
452450
Original file line number Diff line number Diff line change 18351835 // Js-tree styles
18361836 // --------------------------------------
18371837
1838- .jstree-children .leaf .jstree-themeicon {
1839- background : transparent url(../images/fam_leaf.png ) no-repeat 0 50% ;
1840- width : 18px ;
1841- }
1838+ .jstree-children {
1839+ .leaf .jstree-themeicon {
1840+ background : transparent url(../images/fam_leaf.png ) no-repeat 0 50% ;
1841+ width : 18px ;
1842+ }
18421843
1843- .jstree-children .system-leaf .jstree-themeicon {
1844- background : transparent url(../images/fam_application_form_delete.png ) no-repeat 0 50% ;
1845- width : 18px ;
1844+ .system-leaf .jstree-themeicon {
1845+ background : transparent url(../images/fam_application_form_delete.png ) no-repeat 0 50% ;
1846+ width : 18px ;
1847+ }
18461848 }
18471849
18481850 //
You can’t perform that action at this time.
0 commit comments