forked from leftypol/leftypol
Add ['overboard_post_form'] to allow overboard post forms. Adjustments to ukko theme to support this
This commit is contained in:
parent
aa8eb39dab
commit
19c0f384a5
4 changed files with 21 additions and 5 deletions
|
@ -84,7 +84,7 @@ $(document).ready(function() {
|
|||
$(data).find('div[id*="thread_"]').each(function() {
|
||||
var checkout = $(this).attr('id').replace('thread_', '');
|
||||
if ($('div#thread_' + checkout + '[data-board="' + overflow[0].board + '"]').length == 0) {
|
||||
$('form[name="postcontrols"]').prepend($(this).css('display', 'none').attr("data-cached", "yes").attr('data-board', overflow[0].board));
|
||||
$('form[name="postcontrols"]').prepend($(this).css('display', 'block').attr("data-cached", "yes").attr('data-board', overflow[0].board));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue