mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-20 01:32:47 +01:00
ukko: fix top boardlist losing its fixed status
This commit is contained in:
parent
72bca57af6
commit
b4c9f8edff
@ -18,7 +18,7 @@ $(document).ready(function() {
|
||||
cache.push(page);
|
||||
|
||||
$(data).find('div[id*="thread_"]').each(function() {
|
||||
$('body').prepend($(this).css('display', 'none').attr('data-board', overflow[0].board));
|
||||
$('form[name="postcontrols"]').prepend($(this).css('display', 'none').attr('data-board', overflow[0].board));
|
||||
});
|
||||
|
||||
thread = $('div#thread_' + overflow[0].id + '[data-board="' + overflow[0].board + '"]');
|
||||
|
Loading…
x
Reference in New Issue
Block a user