diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-19 17:40:52 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-19 17:40:52 -0700 |
commit | 4ae503bef7e54601bf665e96a2af269d95a54e82 (patch) | |
tree | 9a065108f3cf4dcdf085263995ad6c8b2ae3ab55 /view/php/theme_init.php | |
parent | 51e40add661219c26c73f4b8d6da1f691e0b9b6d (diff) | |
parent | a7d0c45606042dbf1c60019c508cfe6939b85f4b (diff) | |
download | volse-hubzilla-4ae503bef7e54601bf665e96a2af269d95a54e82.tar.gz volse-hubzilla-4ae503bef7e54601bf665e96a2af269d95a54e82.tar.bz2 volse-hubzilla-4ae503bef7e54601bf665e96a2af269d95a54e82.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_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'); |