diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-05 15:28:39 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-05 15:28:39 +0200 |
commit | 32ccdd1f57dc036b9917c9f5577d0ef4298d959c (patch) | |
tree | 5478ae0903a5e0155ceff1a0f90ffc898d337c98 /view | |
parent | deaf0e99fdd4edb1cccbcf721d34821927c50f3c (diff) | |
download | volse-hubzilla-32ccdd1f57dc036b9917c9f5577d0ef4298d959c.tar.gz volse-hubzilla-32ccdd1f57dc036b9917c9f5577d0ef4298d959c.tar.bz2 volse-hubzilla-32ccdd1f57dc036b9917c9f5577d0ef4298d959c.zip |
use min version of justifiedGallery
Diffstat (limited to 'view')
-rw-r--r-- | view/php/theme_init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 67a80ead7..648b144b3 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -13,7 +13,7 @@ head_add_css('library/justifiedGallery/justifiedGallery.min.css'); head_add_js('jquery.js'); //head_add_js('jquery-migrate-1.1.1.js'); -head_add_js('library/justifiedGallery/jquery.justifiedGallery.js'); +head_add_js('library/justifiedGallery/jquery.justifiedGallery.min.js'); head_add_js('library/sprintf.js/dist/sprintf.min.js'); //head_add_js('jquery-compat.js'); |