From f582097707cd74fbd538f45f23fe6509b3e073ab Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 3 Apr 2016 00:33:44 -0700 Subject: [PATCH] Fix bug from 1b6095ec2663001c858c7ddb911bf10fcb405d06 causing Reply Pruning not to run on page load. --- src/Monitoring/ReplyPruning.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Monitoring/ReplyPruning.coffee b/src/Monitoring/ReplyPruning.coffee index 6d1b2594e..103b6480a 100644 --- a/src/Monitoring/ReplyPruning.coffee +++ b/src/Monitoring/ReplyPruning.coffee @@ -47,6 +47,7 @@ ReplyPruning = $.on ReplyPruning.inputs.enabled, 'change', ReplyPruning.update $.on ReplyPruning.inputs.replies, 'change', ReplyPruning.update $.on d, 'ThreadUpdate', ReplyPruning.update + ReplyPruning.update() update: (e) -> if e and e.type is 'ThreadUpdate' and not e.detail[404]