hide-threads.js: fix previous commit
This commit is contained in:
parent
c217069f2b
commit
95c50ae778
@ -68,7 +68,7 @@ $(document).ready(function(){
|
||||
hidden_div.remove();
|
||||
});
|
||||
|
||||
hidden_div.insertAfter(thread_container.find('p.fileinfo:first'));
|
||||
hidden_div.insertAfter(thread_container.find(':first'));
|
||||
});
|
||||
if (hidden_data[board][id])
|
||||
thread_container.find('.hide-thread-link').click();
|
||||
|
Loading…
Reference in New Issue
Block a user