Skip to content

Commit

Permalink
Add another nonce
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam committed Feb 18, 2024
1 parent 8af1b99 commit f7c1517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourdough/resources/views/_header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script>
<script type="text/javascript" nonce="<%=scriptNonce%>">
const elems = document.querySelectorAll("div[id^='ModuleHtmlView']");
elems[0].style.display = "inline";
</script>
Expand Down

0 comments on commit f7c1517

Please sign in to comment.