Browse Source

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

pull/40/head
czaks 10 years ago
parent
commit
0ebd6afc6a
  1. 1
      js/hide-threads.js

1
js/hide-threads.js

@ -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…
Cancel
Save