mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-29 01:34:31 +01:00
fix hide-threads and post-hover/expand.js interaction
This commit is contained in:
parent
f29e3bae30
commit
e3150be581
@ -68,6 +68,7 @@ $(document).ready(function(){
|
||||
delete hidden_data[board][id];
|
||||
store_data();
|
||||
thread_container.find(fields_to_hide).show();
|
||||
thread_container.find(".hidden").hide();
|
||||
$(this).remove();
|
||||
hidden_div.remove();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user