diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-02-12 11:00:50 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-02-12 11:00:50 +0100 |
commit | 0b487122f6463b5918207cde99b7ba3ad55d5bcc (patch) | |
tree | c51659b01e660c84570b3323eacf755f6681ed06 /view/php/theme_init.php | |
parent | 31aaf40ade183c91e8691ef7361237f87d713fd2 (diff) | |
download | volse-hubzilla-0b487122f6463b5918207cde99b7ba3ad55d5bcc.tar.gz volse-hubzilla-0b487122f6463b5918207cde99b7ba3ad55d5bcc.tar.bz2 volse-hubzilla-0b487122f6463b5918207cde99b7ba3ad55d5bcc.zip |
tryout: introduce loading of images before rendering content and provide some detailed logging in js-console
Diffstat (limited to 'view/php/theme_init.php')
-rw-r--r-- | view/php/theme_init.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 49b3511c9..7c714ecd2 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -44,6 +44,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'); /** * Those who require this feature will know what to do with it. * Those who don't, won't. |