fix a glitch in sticky-kit and comment out alt_pager() in widget_conversations since it will not work there

This commit is contained in:
Mario Vavti 2016-12-21 11:51:24 +01:00
parent e91a4bebed
commit 04472bd730
4 changed files with 4 additions and 5 deletions

View file

@ -778,7 +778,7 @@ function widget_conversations($arr) {
'$messages' => $messages
));
$o .= alt_pager($a,count($r));
//$o .= alt_pager($a,count($r));
}

View file

@ -77,7 +77,7 @@
padding_top = parseInt(parent.css("padding-top"), 10);
padding_bottom = parseInt(parent.css("padding-bottom"), 10);
parent_top = parent.offset().top + border_top + padding_top;
parent_height = parent.height();
parent_height = parent.outerHeight(true);
if (fixed) {
fixed = false;
bottomed = false;

View file

@ -1,6 +1,5 @@
.widget {
margin-bottom: 10px;
padding: 10px;
padding: 10px 10px 20px 10px;
}
.widget h3 {

View file

@ -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');