fix hide-threads and post-hover/expand.js interaction

This commit is contained in:
czaks 2014-04-18 21:04:47 +02:00
parent 4322329086
commit 0ebd6afc6a

View File

@ -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();
});