Browse Source

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

This reverts commit f0ae0174c9.
pull/40/head
czaks 10 years ago
parent
commit
1d1fd24041
  1. 3
      js/post-hover.js

3
js/post-hover.js

@ -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;

Loading…
Cancel
Save