action:topics.changeWatching

This commit is contained in:
psychobunny
2016-06-02 04:18:24 -04:00
parent b3d6a8ef9a
commit 96a9b59419

View File

@@ -120,6 +120,8 @@ define('forum/topic/threadTools', [
type: 'success',
timeout: 5000
});
$(window).trigger('action:topics.changeWatching', {tid: tid, type: type});
});
return false;