Skip to content

Commit

Permalink
[E] update fancybox #1858
Browse files Browse the repository at this point in the history
  • Loading branch information
lianglee committed Apr 16, 2021
1 parent 8b8f084 commit afe84fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/OssnPhotos/ossn_com.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ function ossn_photos_initialize() {

}
//gallery plugin dist include
ossn_new_external_js('jquery.fancybox.min.js', '//cdnjs.cloudflare.com/ajax/libs/fancybox/3.0.47/jquery.fancybox.min.js', false);
ossn_new_external_css('jquery.fancybox.min.css', '//cdnjs.cloudflare.com/ajax/libs/fancybox/3.0.47/jquery.fancybox.min.css', false);
ossn_new_external_js('jquery.fancybox.min.js', '//cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js', false);
ossn_new_external_css('jquery.fancybox.min.css', '//cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css', false);
}
/**
* Delete user photos
Expand Down

0 comments on commit afe84fb

Please sign in to comment.