Skip to content

Commit

Permalink
MWPW-136950: Removed crossorigin from link tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratko Zagorac committed Oct 19, 2023
1 parent 16e4953 commit fa4442b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acrobat/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ function loadStyles(paths) {
const link = document.createElement('link');
link.setAttribute('rel', 'stylesheet');
link.setAttribute('href', path);
link.setAttribute('crossorigin', 'anonymous');
document.head.appendChild(link);
});
}
Expand Down

0 comments on commit fa4442b

Please sign in to comment.