mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-09-03 20:35:09 +00:00
fix the js src
This commit is contained in:
parent
d41c835382
commit
0f895a4f34
1 changed files with 3 additions and 3 deletions
|
@ -44,12 +44,12 @@
|
|||
<!-- /globalParallax -->
|
||||
|
||||
<!-- JS DEPENDENCIES -->
|
||||
<script src="../lib/jquery/jquery-3.5.1.min.js" defer></script>
|
||||
<script src="../lib/bootstrap/js/bootstrap.bundle.min.js" defer></script>
|
||||
<script src="/lib/jquery/jquery-3.5.1.min.js" defer></script>
|
||||
<script src="/lib/bootstrap/js/bootstrap.bundle.min.js" defer></script>
|
||||
<!-- /JS DEPENDENCIES -->
|
||||
|
||||
<!--CUSTOM JS-->
|
||||
<script src="../lib/js/index.js" defer></script>
|
||||
<script src="/lib/js/index.js" defer></script>
|
||||
<!--/CUSTOM JS-->
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue