Browse Source

reset thread timer on new filter

pull/40/head
marktaiwan 9 years ago
committed by czaks
parent
commit
c8eaebce9a
  1. 2
      js/post-filter.js

2
js/post-filter.js

@ -23,8 +23,8 @@ if (active_page === 'thread' || active_page === 'index') {
list.nextPurge[boardId] = {};
if (typeof list.postFilter[boardId][threadId] == 'undefined') {
list.postFilter[boardId][threadId] = [];
list.nextPurge[boardId][threadId] = {timestamp: timestamp(), interval: 86400}; // 86400 seconds == 1 day
}
list.nextPurge[boardId][threadId] = {timestamp: timestamp(), interval: 86400}; // 86400 seconds == 1 day
}
var blacklist = {

Loading…
Cancel
Save