mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 02:16:19 +01:00
Fix js filepath on footer
This commit is contained in:
parent
256767bc98
commit
b63ffbdae1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<!-- Plugins -->
|
||||
<script src="js/plugins/Isotope/isotope.pkgd.min.js"></script>
|
||||
<script src="js/plugins/OwlCarousel2-2.2.1/owl.carousel.js"></script>
|
||||
<script type="text/javascript" src="index.js"></script>
|
||||
<script type="text/javascript" src="/js/index.js"></script>
|
||||
<% } else if(state == "bag") { %>
|
||||
<script type="text/javascript" src="/js/bag.js"></script>
|
||||
<% } else if(state == "login") { %>
|
||||
|
|
Loading…
Reference in a new issue