aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-12-21 11:51:24 +0100
committerMario Vavti <mario@mariovavti.com>2016-12-21 11:51:24 +0100
commit04472bd730f464aaee1ef79cf67c8b4f79f85652 (patch)
treea8f6c98d61adebcf22ed42911f9e96a2f87b457b /view/php
parente91a4bebed7cfbbe644291b4e9bd9cb7f6bc230e (diff)
downloadvolse-hubzilla-04472bd730f464aaee1ef79cf67c8b4f79f85652.tar.gz
volse-hubzilla-04472bd730f464aaee1ef79cf67c8b4f79f85652.tar.bz2
volse-hubzilla-04472bd730f464aaee1ef79cf67c8b4f79f85652.zip
fix a glitch in sticky-kit and comment out alt_pager() in widget_conversations since it will not work there
Diffstat (limited to 'view/php')
-rw-r--r--view/php/theme_init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index 1fb07ae4f..85da4d782 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -26,7 +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/sticky-kit/sticky-kit.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');