diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-05 15:24:05 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-05 15:24:05 +0200 |
commit | 0012030826030af1065d59b50aca16412be96caa (patch) | |
tree | a5489806c627ccdbb4278faca3530396ebb43ee0 /view | |
parent | 01ad485f6517caba49b1917818ceaa477e6cc846 (diff) | |
download | volse-hubzilla-0012030826030af1065d59b50aca16412be96caa.tar.gz volse-hubzilla-0012030826030af1065d59b50aca16412be96caa.tar.bz2 volse-hubzilla-0012030826030af1065d59b50aca16412be96caa.zip |
update upstream lib jusutifiedGallery
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 648b144b3..67a80ead7 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.min.js'); +head_add_js('library/justifiedGallery/jquery.justifiedGallery.js'); head_add_js('library/sprintf.js/dist/sprintf.min.js'); //head_add_js('jquery-compat.js'); |