Skip to content

Commit

Permalink
fix : Swal is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
fajarghifar committed May 17, 2023
1 parent 120e4a0 commit 07f3f61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ <h5 id="wishText">May the js.prototypes always be with you! ;)</h5>

</body>
<!-- Greensock -->
<script src="./script/TweenMax.min.js.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js"></script>
<!-- Sweetalert -->
<script src="./script/sweetalert2@11.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script type="application/javascript" src="script/main.js"></script>

</html>
Loading

0 comments on commit 07f3f61

Please sign in to comment.