Skip to content

Commit 5402607

Browse files
authored
Create Hide Attachment icon.js (#1116)
1 parent 57bf1be commit 5402607

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)