1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 20:25:32 +01:00
This commit is contained in:
czaks 2014-10-20 14:29:12 +02:00
commit 70d881f61a

View File

@ -36,7 +36,7 @@ $(document).ready(function(){
} }
} }
var fields_to_hide = 'div.post,div.video-container,video,img:not(.unanimated),canvas,p.fileinfo,a.hide-thread-link,div.new-posts,br'; var fields_to_hide = 'div.post,div.video-container,video,iframe,img:not(.unanimated),canvas,p.fileinfo,a.hide-thread-link,div.new-posts,br';
var do_hide_threads = function() { var do_hide_threads = function() {
var id = $(this).children('p.intro').children('a.post_no:eq(1)').text(); var id = $(this).children('p.intro').children('a.post_no:eq(1)').text();