fix hide-threads and post-hover/expand.js interaction
This commit is contained in:
parent
4322329086
commit
0ebd6afc6a
@ -68,6 +68,7 @@ $(document).ready(function(){
|
|||||||
delete hidden_data[board][id];
|
delete hidden_data[board][id];
|
||||||
store_data();
|
store_data();
|
||||||
thread_container.find(fields_to_hide).show();
|
thread_container.find(fields_to_hide).show();
|
||||||
|
thread_container.find(".hidden").hide();
|
||||||
$(this).remove();
|
$(this).remove();
|
||||||
hidden_div.remove();
|
hidden_div.remove();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user