This commit is contained in:
seaweedchan 2013-05-11 05:06:23 -07:00
commit de497f1d03
4 changed files with 4 additions and 4 deletions

View File

@ -8970,7 +8970,7 @@
getThread: function(full) { getThread: function(full) {
var headRect, i, rect, thread, threads, topMargin, _i, _len; var headRect, i, rect, thread, threads, topMargin, _i, _len;
if (Conf['Bottom header']) { if (Conf['Bottom header'] || !Conf['Fixed Header']) {
topMargin = 0; topMargin = 0;
} else { } else {
headRect = Header.bar.getBoundingClientRect(); headRect = Header.bar.getBoundingClientRect();

View File

@ -8979,7 +8979,7 @@
getThread: function(full) { getThread: function(full) {
var headRect, i, rect, thread, threads, topMargin, _i, _len; var headRect, i, rect, thread, threads, topMargin, _i, _len;
if (Conf['Bottom header']) { if (Conf['Bottom header'] || !Conf['Fixed Header']) {
topMargin = 0; topMargin = 0;
} else { } else {
headRect = Header.bar.getBoundingClientRect(); headRect = Header.bar.getBoundingClientRect();

View File

@ -8962,7 +8962,7 @@
getThread: function(full) { getThread: function(full) {
var headRect, i, rect, thread, threads, topMargin, _i, _len; var headRect, i, rect, thread, threads, topMargin, _i, _len;
if (Conf['Bottom header']) { if (Conf['Bottom header'] || !Conf['Fixed Header']) {
topMargin = 0; topMargin = 0;
} else { } else {
headRect = Header.bar.getBoundingClientRect(); headRect = Header.bar.getBoundingClientRect();

View File

@ -39,7 +39,7 @@ Nav =
Nav.scroll +1 Nav.scroll +1
getThread: (full) -> getThread: (full) ->
if Conf['Bottom header'] if Conf['Bottom header'] or !Conf['Fixed Header']
topMargin = 0 topMargin = 0
else else
headRect = Header.bar.getBoundingClientRect() headRect = Header.bar.getBoundingClientRect()