Skip to content

Commit

Permalink
fixed js
Browse files Browse the repository at this point in the history
  • Loading branch information
VNAPNIC committed Sep 2, 2023
1 parent ab50027 commit 7229342
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 12 deletions.
14 changes: 12 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 10 additions & 10 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ export default class MyDocument extends Document<DocumentProps> {
<noscript>You need to enable JavaScript to run this app.</noscript>
<Main/>
<NextScript/>
<script src="../lib/jquery-3.6.0.min.js"></script>
<script src="../lib/bootstrap.min.js"></script>
<script src="../lib/video_link.js"></script>
<script src="../lib/video.js"></script>
<script src="../lib/counter.js"></script>
<script src="../lib/owl.carousel.js"></script>
<script src="../lib/custom-carousel.js"></script>
<script src="../lib/custom.js"></script>
<script src="../lib/animation_links.js"></script>
<script src="../lib/animation.js"></script>
<script src="./js/jquery-3.6.0.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/video_link.js"></script>
<script src="./js/video.js"></script>
<script src="./js/counter.js"></script>
<script src="./js/owl.carousel.js"></script>
<script src="./js/custom-carousel.js"></script>
<script src="./js/custom.js"></script>
<script src="./js/animation_links.js"></script>
<script src="./js/animation.js"></script>
</body>
</Html>
);
Expand Down

0 comments on commit 7229342

Please sign in to comment.