use jQuery slim
After replacing jQuery easing with animejs, full jQuery is no longer needed
This commit is contained in:
parent
591ec679dd
commit
894eb3b00b
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -541,7 +541,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- Bootstrap core JS-->
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<!-- Third party plugin JS-->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
|
||||
|
@ -448,7 +448,7 @@ html(lang='en')
|
||||
| Close Project
|
||||
|
||||
// Bootstrap core JS
|
||||
script(src='https://code.jquery.com/jquery-3.5.1.min.js')
|
||||
script(src='https://code.jquery.com/jquery-3.5.1.slim.min.js')
|
||||
script(src='https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js')
|
||||
|
||||
// Third party plugin JS
|
||||
|
Loading…
Reference in New Issue
Block a user