mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-18 03:37:35 +01:00
Bugfix: When you hovered over a >>X link, then hid and unhid a thread (js/hide-threads.js) it would fuck up
This commit is contained in:
parent
2c7c1249bf
commit
fe3676383d
@ -73,7 +73,7 @@ onready(function(){
|
||||
$(document).trigger('new_post', this);
|
||||
|
||||
if($('#' + $(this).attr('id')).length == 0)
|
||||
$('div.post:first').prepend($(this).css('display', 'none').addClass('hidden'));
|
||||
$('body').prepend($(this).css('display', 'none').addClass('hidden'));
|
||||
});
|
||||
|
||||
$post = $('div.post#reply_' + id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user