Browse Source

hide-threads.js: fix previous commit

pull/40/head
czaks 11 years ago
committed by Michael Foster
parent
commit
4b50f1475e
  1. 2
      js/hide-threads.js

2
js/hide-threads.js

@ -67,7 +67,7 @@ $(document).ready(function(){
hidden_div.remove();
});
hidden_div.insertAfter(thread_container.find('p.fileinfo:first'));
hidden_div.insertAfter(thread_container.find(':first'));
});
if (hidden_data[board][id])
thread_container.find('.hide-thread-link').click();

Loading…
Cancel
Save