Skip to content

Commit

Permalink
hide-threads.js: hide field from live-index as well
Browse files Browse the repository at this point in the history
  • Loading branch information
czaks committed Aug 10, 2014
1 parent 169d088 commit e1d99e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/hide-threads.js
Expand Up @@ -36,7 +36,7 @@ $(document).ready(function(){
}
}

var fields_to_hide = 'div.post,div.video-container,video,img,p.fileinfo,a.hide-thread-link,br';
var fields_to_hide = 'div.post,div.video-container,video,img,p.fileinfo,a.hide-thread-link,div.new-posts,br';

var do_hide_threads = function() {
var id = $(this).children('p.intro').children('a.post_no:eq(1)').text();
Expand Down

0 comments on commit e1d99e6

Please sign in to comment.