diff options
author | M. Dent <dentm42@gmail.com> | 2018-11-28 03:52:53 +0100 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2018-11-28 03:52:53 +0100 |
commit | a4b2eac0f0d4377df2a87743494a1b9fa5ec071c (patch) | |
tree | 000e6af7a302eacd009aa5ef6548c52b0dfe4a30 /view | |
parent | 0bd38290e6ef65d628e687ea86a13e15a38997af (diff) | |
parent | c667572d3eedb0c31b29a4c469b378ccdcee0ba1 (diff) | |
download | volse-hubzilla-a4b2eac0f0d4377df2a87743494a1b9fa5ec071c.tar.gz volse-hubzilla-a4b2eac0f0d4377df2a87743494a1b9fa5ec071c.tar.bz2 volse-hubzilla-a4b2eac0f0d4377df2a87743494a1b9fa5ec071c.zip |
Merge branch 'update-imagesloaded' into 'dev'
update imagesloaded to version 4.1.4 via composer
See merge request hubzilla/core!1407
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 dd8dcb5ee..73e559c45 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -36,7 +36,7 @@ head_add_js('/library/colorbox/jquery.colorbox-min.js'); head_add_js('/library/jquery.AreYouSure/jquery.are-you-sure.js'); head_add_js('/library/tableofcontents/jquery.toc.js'); -head_add_js('/library/imagesloaded/imagesloaded.pkgd.min.js'); +head_add_js('/vendor/desandro/imagesloaded/imagesloaded.pkgd.min.js'); /** * Those who require this feature will know what to do with it. * Those who don't, won't. |