Let's not merge part of it for now; it break things here

Conflicts:
	js/post-hover.js
This commit is contained in:
czaks 2013-08-16 11:29:13 -04:00
commit d0c72927a6
2 changed files with 10 additions and 4 deletions

View file

@ -108,7 +108,7 @@ onready(function(){
else {
$(data).find('div[id^="thread_"]').hide().attr('data-cached', 'yes').prependTo('form[name="postcontrols"]');
}
$post = $('[data-board="' + board + '"] div.post#reply_' + id + ', [data-board="' + board + '"]div#thread_' + id);
if(hovering && $post.length > 0) {
start_hover($link);