aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2018-11-28 03:52:53 +0100
committerM. Dent <dentm42@gmail.com>2018-11-28 03:52:53 +0100
commita4b2eac0f0d4377df2a87743494a1b9fa5ec071c (patch)
tree000e6af7a302eacd009aa5ef6548c52b0dfe4a30 /view
parent0bd38290e6ef65d628e687ea86a13e15a38997af (diff)
parentc667572d3eedb0c31b29a4c469b378ccdcee0ba1 (diff)
downloadvolse-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.php2
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.