Skip to content

Commit

Permalink
Add module to script in license page (#1691)
Browse files Browse the repository at this point in the history
Co-authored-by: unknown <a.jakubowski@mdbootstrap.com>
  • Loading branch information
bwsky-a and unknown authored Jun 7, 2023
1 parent f53882d commit 7ba1ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/general/license/index-js.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---

<script src="https://www.google.com/recaptcha/api.js?render={{< recaptcha-public-key >}}"></script>
<script>
<script type="module">
const contactForm = document.querySelector("#contactFormLicense");
const copyMessageCheckbox = document.querySelector("#copyMessage");

Expand Down

0 comments on commit 7ba1ae4

Please sign in to comment.