diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-16 19:57:49 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-16 19:57:49 -0800 |
commit | 0c665e11f11c081111411fa2938e8e3f00d02634 (patch) | |
tree | e488c81a3aa5bd18982c5522240b01a449f40633 /view/php/theme_init.php | |
parent | 827d4c5fb094715a65d4559f8c6159eb5d31d5f7 (diff) | |
parent | 6eed7eb54054502d438ea18a9411d3be7cdf14fc (diff) | |
download | volse-hubzilla-0c665e11f11c081111411fa2938e8e3f00d02634.tar.gz volse-hubzilla-0c665e11f11c081111411fa2938e8e3f00d02634.tar.bz2 volse-hubzilla-0c665e11f11c081111411fa2938e8e3f00d02634.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 46aadaa7d..1fb07ae4f 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -26,6 +26,7 @@ head_add_js('library/jquery-textcomplete/jquery.textcomplete.js'); //head_add_js('library/colorbox/jquery.colorbox.js'); head_add_js('library/jquery.timeago.js'); head_add_js('library/readmore.js/readmore.js'); +head_add_js('library/sticky-kit/sticky-kit.min.js'); //head_add_js('library/jquery_ac/friendica.complete.js'); //head_add_js('library/tiptip/jquery.tipTip.minified.js'); head_add_js('library/jgrowl/jquery.jgrowl_minimized.js'); |