From 96a9b59419341dae5a0e44f2c6505f9e3011ba97 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 2 Jun 2016 04:18:24 -0400 Subject: [PATCH] action:topics.changeWatching --- public/src/client/topic/threadTools.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/src/client/topic/threadTools.js b/public/src/client/topic/threadTools.js index 605981f484..3110b92a4d 100644 --- a/public/src/client/topic/threadTools.js +++ b/public/src/client/topic/threadTools.js @@ -120,6 +120,8 @@ define('forum/topic/threadTools', [ type: 'success', timeout: 5000 }); + + $(window).trigger('action:topics.changeWatching', {tid: tid, type: type}); }); return false;