Skip to content

Commit

Permalink
Merge pull request #42 from CatimaLoyalty/inline_jquery
Browse files Browse the repository at this point in the history
Vendor jquery
  • Loading branch information
TheLastProject authored Jul 3, 2024
2 parents 4041dc1 + 748b471 commit 42e290c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/screencontent.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="/assets/jquery-3.7.1.min.js"></script>
<script>
var phoneScreenshots = [];
{% for file in site.static_files %}
Expand Down Expand Up @@ -27,4 +27,4 @@
nextImage();
setInterval(nextImage, 4000);
}, 3000);
</script>
</script>
2 changes: 2 additions & 0 deletions assets/jquery-3.7.1.min.js

Large diffs are not rendered by default.

0 comments on commit 42e290c

Please sign in to comment.