diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-16 16:14:01 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-16 16:14:56 +0100 |
commit | 6bde70d60a02e9e461bc8cb6dcb475778c435fec (patch) | |
tree | 95121b9236e905c98f2d050064b73198dec5621b /view/php/theme_init.php | |
parent | 5252211c921a429c3c8e93278c4dfb9637afc190 (diff) | |
download | volse-hubzilla-6bde70d60a02e9e461bc8cb6dcb475778c435fec.tar.gz volse-hubzilla-6bde70d60a02e9e461bc8cb6dcb475778c435fec.tar.bz2 volse-hubzilla-6bde70d60a02e9e461bc8cb6dcb475778c435fec.zip |
move the sticky-kit^Cquery plugin to /lib and see if we want this for the whole app
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'); |