mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
hide-threads.js: fix previous commit
This commit is contained in:
parent
c51dc146e2
commit
4b50f1475e
@ -67,7 +67,7 @@ $(document).ready(function(){
|
|||||||
hidden_div.remove();
|
hidden_div.remove();
|
||||||
});
|
});
|
||||||
|
|
||||||
hidden_div.insertAfter(thread_container.find('p.fileinfo:first'));
|
hidden_div.insertAfter(thread_container.find(':first'));
|
||||||
});
|
});
|
||||||
if (hidden_data[board][id])
|
if (hidden_data[board][id])
|
||||||
thread_container.find('.hide-thread-link').click();
|
thread_container.find('.hide-thread-link').click();
|
||||||
|
Loading…
Reference in New Issue
Block a user