Conflicts:
	js/hide-threads.js
This commit is contained in:
czaks 2013-07-22 23:33:02 -04:00
commit 88c1205e42
4 changed files with 39 additions and 12 deletions

View file

@ -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]) {