mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
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.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