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;
439
439
},
440
440
441
441
success: function (response) {
442
- if (response.error) {
442
+ if (response.error || response.message ) {
443
443
jQuery("#messages").html(response.message);
444
444
} else if (response.ajaxExpired && response.ajaxRedirect) {
445
445
setLocation(response.ajaxRedirect);
446
446
} else if (response.url) {
447
447
setLocation(response.url);
448
- } else if (response.message) {
449
- jQuery("#messages").html(response.message);
450
448
}
451
449
},
452
450
Original file line number Diff line number Diff line change 1835
1835
// Js-tree styles
1836
1836
// --------------------------------------
1837
1837
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
+ }
1842
1843
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
+ }
1846
1848
}
1847
1849
1848
1850
//
You can’t perform that action at this time.
0 commit comments