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:
authorimzeuk <imzeuk@gmail.com>2019-04-27 15:53:28 +0300
committerimzeuk <imzeuk@gmail.com>2019-04-27 15:53:28 +0300
commitcecd171fac7e5f1a9da1969f0ab34a0518db18a9 (patch)
tree34a2389f33bd6e122eb559729e05330c1b9a9ee2 /static/js/zozo.js
parent121374541dda725615c817db3b455d092d3c8bfc (diff)
update theme
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))