We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9f916 commit d33e67cCopy full SHA for d33e67c
app/code/Magento/Swatches/view/adminhtml/templates/catalog/product/attribute/js.phtml
@@ -3,7 +3,7 @@
3
* Copyright © 2015 Magento. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
-echo "swatchjs";
+
7
// @codingStandardsIgnoreFile
8
9
?>
app/code/Magento/Swatches/view/adminhtml/web/js/text.js
@@ -44,7 +44,7 @@ define([
44
data: data
45
});
46
47
- if (isNewOption &&!this.isReadOnly) {
+ if (isNewOption && !this.isReadOnly) {
48
this.enableNewOptionDeleteButton(data.id);
49
}
50
this.itemCount++;
0 commit comments