From 1d1fd2404196e3c4d76ef8284d6b0c5c8223c21c Mon Sep 17 00:00:00 2001 From: czaks Date: Thu, 13 Mar 2014 22:21:16 +0100 Subject: [PATCH] Revert "post-hover.js: fix long loop" This reverts commit f0ae0174c94f5637d1a5e804ce33fa666b4e9a67. --- js/post-hover.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/post-hover.js b/js/post-hover.js index f0898669..4a86cba0 100644 --- a/js/post-hover.js +++ b/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;