Browse Source

hide-threads.js: hide field from live-index as well

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

2
js/hide-threads.js

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

Loading…
Cancel
Save