Revert "post-hover.js: fix long loop"

This reverts commit f0ae0174c9.
This commit is contained in:
czaks 2014-03-13 22:21:16 +01:00
parent babc7049ac
commit 1d1fd24041

View File

@ -32,11 +32,8 @@ onready(function(){
}
var board = $(this);
var i = 0;
while (board.data('board') === undefined) {
board = board.parent();
i++;
if (i >= 10) return;
}
var threadid;
if ($link.is('[data-thread]')) threadid = 0;