Browse Source

ukko: fix top boardlist losing its fixed status

pull/40/head
czaks 11 years ago
parent
commit
35f8730f40
  1. 4
      templates/themes/ukko/ukko.js

4
templates/themes/ukko/ukko.js

@ -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 + '"]');
@ -34,4 +34,4 @@ $(document).ready(function() {
}
});
});
});

Loading…
Cancel
Save