function jrDiscussionFollowTopicToggle(topic_id)
{
var url = core_system_url + '/' + jrDiscussion_url + '/toggle_topic_watch/__ajax=1';
jrCore_set_csrf_cookie(url);
$.post(url, {
//......
//-----------------------------------------------------------------------
// ajax, toggle between watching and not watching a topic of a discussion
//----------------------------------------------------------------------
function view_jrDiscussion_toggle_topic_watch($_post, $_user, $_conf)
{
jrUser_session_require_login();
jrCore_validate_location_url();