From c8eaebce9a875cd00a629b2bd4a681d77255aa1d Mon Sep 17 00:00:00 2001 From: marktaiwan Date: Wed, 18 Feb 2015 14:04:09 +0800 Subject: [PATCH] reset thread timer on new filter --- js/post-filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/post-filter.js b/js/post-filter.js index 87e03ea9..4d9e0618 100644 --- a/js/post-filter.js +++ b/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 = {