forked from leftypol/leftypol
youtube.js related fixes done by a Finland Anon on /devel/
This commit is contained in:
parent
183ee244be
commit
94eee10e42
2 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ $(document).ready(function(){
|
|||
hidden_data[board][id] = Math.round(Date.now() / 1000);
|
||||
store_data();
|
||||
|
||||
thread_container.find('div.post,img,p.fileinfo,a.hide-thread-link,br').hide();
|
||||
thread_container.find('div.post,div.video-container,img,p.fileinfo,a.hide-thread-link,br').hide();
|
||||
|
||||
var hidden_div = thread_container.find('div.post.op > p.intro').clone();
|
||||
hidden_div.addClass('thread-hidden');
|
||||
|
@ -64,7 +64,7 @@ $(document).ready(function(){
|
|||
.click(function() {
|
||||
delete hidden_data[board][id];
|
||||
store_data();
|
||||
thread_container.find('div.post,img,p.fileinfo,a.hide-thread-link,br').show();
|
||||
thread_container.find('div.post,div.video-container,img,p.fileinfo,a.hide-thread-link,br').show();
|
||||
$(this).remove();
|
||||
hidden_div.remove();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue