Skip to content

Commit

Permalink
Update jQuery from 3.5.0 to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfg92 committed Sep 12, 2020
1 parent 499b032 commit 22eeedd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions layouts/shortcodes/gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{{ .Page.Scratch.Set "galleryLoaded" true }}

{{ if $loadJQuery }}
<script src="/shortcode-gallery/jquery-3.5.0.min.js"></script>
<script src="/shortcode-gallery/jquery-3.5.1.min.js"></script>
{{ end }}

{{ if not (eq $previewType "none") }}
Expand Down Expand Up @@ -208,7 +208,7 @@

// only include JS code for filter options if there at least one filter option
{{ if not (eq $filterOptions "[]") }}
// this funnction returns a function that can be used by justifiedGallery for filtering images
// this function returns a function that can be used by justifiedGallery for filtering images
function createTagFilter(tagsRegexString) {
const tagsRegex = RegExp(tagsRegexString);
return function (entry, index, array) {
Expand Down
2 changes: 0 additions & 2 deletions static/shortcode-gallery/jquery-3.5.0.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions static/shortcode-gallery/jquery-3.5.1.min.js

Large diffs are not rendered by default.

0 comments on commit 22eeedd

Please sign in to comment.