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 57bf1be commit 5402607Copy full SHA for 5402607
Catalog Client Script/Hide Attachment icon.js
@@ -0,0 +1,5 @@
1
+//Hide attachment icon on catalog item
2
+function onLoad() {
3
+ var document = document || top.document;
4
+ (jQuery || top.jQuery)("#sc_attachment_button, #catItemTop > div > div.wrapper-md.row.no-margin.ng-scope > label").hide();
5
+}
0 commit comments