Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
outkine committed Nov 1, 2023
1 parent 5aebc0a commit 02b9cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
</head>

<body>
<script src="js/signup.js"></script>
<script
src="https://js.sentry-cdn.com/9f9be1c035ca4b31d87588fff2b89f91.min.js"
crossorigin="anonymous"
Expand Down Expand Up @@ -146,6 +145,7 @@ <h1 class="title p-3 pb-0">Register for Makes</h1>
</div>
</div>
<iframe id="frame" style="display: none;"></iframe>
<script src="js/signup.js"></script>
</body>

</html>

0 comments on commit 02b9cf2

Please sign in to comment.