diff options
author | Mario <mario@mariovavti.com> | 2024-12-20 11:47:38 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-12-20 11:47:38 +0000 |
commit | 9bd94287dd65ec45214bf73855f76471c0fcde3f (patch) | |
tree | 8b7b3e18ed2353c720fdf71186692d2520d65805 /view/php | |
parent | faca95b21c1448ab9878192958854d4306263863 (diff) | |
download | volse-hubzilla-9bd94287dd65ec45214bf73855f76471c0fcde3f.tar.gz volse-hubzilla-9bd94287dd65ec45214bf73855f76471c0fcde3f.tar.bz2 volse-hubzilla-9bd94287dd65ec45214bf73855f76471c0fcde3f.zip |
improved imagesLoaded() and notifications fixes
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/theme_init.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index abe4851af..e6bd09224 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -34,7 +34,6 @@ 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/Sortable/Sortable.min.js'); -head_add_js('/vendor/desandro/imagesloaded/imagesloaded.pkgd.min.js'); /** * Those who require this feature will know what to do with it. |