forked from leftypol/leftypol
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts: js/hide-threads.js
This commit is contained in:
commit
88c1205e42
4 changed files with 39 additions and 12 deletions
|
@ -38,6 +38,7 @@ $(document).ready(function(){
|
|||
$('div.post.op').each(function() {
|
||||
var id = $(this).children('p.intro').children('a.post_no:eq(1)').text();
|
||||
var thread_container = $(this).parent();
|
||||
|
||||
var board = thread_container.data("board");
|
||||
|
||||
if (!hidden_data[board]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue