Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/zozo.js')
-rw-r--r--static/js/zozo.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/static/js/zozo.js b/static/js/zozo.js
index a7f8b2f..e9b4093 100644
--- a/static/js/zozo.js
+++ b/static/js/zozo.js
@@ -36,16 +36,3 @@ $(document).ready((function (_this) {
})
}
})(this))
-
-// fancybox
-$(document).ready((function (_this) {
- return function() {
- if ($.fancybox) {
- $('.post_content').each(function() {
- $(this).find('img').each(function() {
- $(this).wrap(`<div class="fancybox"><a href="${this.src}" data-fancybox="gallery" data-caption="${this.title}"></a></div>`);
- });
- });
- }
- };
-})(this))