diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-19 17:41:13 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-19 17:41:13 -0700 |
commit | 373af6d4f4afe8599f45764d5b289f714b84f630 (patch) | |
tree | 525462ecbe1dcfa96ada6c170a6ebf9a312d2281 /view/php/theme_init.php | |
parent | 72a19a14aff7a13a8c1fb10e773784643f68d234 (diff) | |
parent | a7d0c45606042dbf1c60019c508cfe6939b85f4b (diff) | |
download | volse-hubzilla-373af6d4f4afe8599f45764d5b289f714b84f630.tar.gz volse-hubzilla-373af6d4f4afe8599f45764d5b289f714b84f630.tar.bz2 volse-hubzilla-373af6d4f4afe8599f45764d5b289f714b84f630.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/php/theme_init.php')
-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 ff37023cf..a420323ac 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -23,7 +23,7 @@ head_add_js('/library/jquery-textcomplete/jquery.textcomplete.js'); head_add_js('/library/jquery.timeago.js'); head_add_js('/library/readmore.js/readmore.js'); -head_add_js('/library/sticky-kit/sticky-kit.js'); +head_add_js('/library/sticky-kit/sticky-kit.min.js'); head_add_js('/library/jgrowl/jquery.jgrowl_minimized.js'); head_add_js('/library/cryptojs/components/core-min.js'); head_add_js('/library/cryptojs/rollups/aes.js'); |