From b62e29ba9cd6183551266da05b9b602a4415d738 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 24 Mar 2016 11:05:13 -0400 Subject: Moving all links and redirects to react-router --- webapp/utils/utils.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'webapp/utils') diff --git a/webapp/utils/utils.jsx b/webapp/utils/utils.jsx index 1379455ca..ac12edb82 100644 --- a/webapp/utils/utils.jsx +++ b/webapp/utils/utils.jsx @@ -17,6 +17,7 @@ import * as client from './client.jsx'; import Autolinker from 'autolinker'; import React from 'react'; +import {browserHistory} from 'react-router'; import {FormattedTime} from 'react-intl'; import icon50 from 'images/icon50x50.png'; @@ -170,7 +171,7 @@ export function notifyMe(title, body, channel) { if (channel) { switchChannel(channel); } else { - window.location.href = TeamStore.getCurrentTeamUrl() + '/channels/town-square'; + browserHistory.push(TeamStore.getCurrentTeamUrl() + '/channels/town-square'); } }; setTimeout(() => { @@ -1303,7 +1304,7 @@ export function openDirectChannelToUser(user, successCb, errorCb) { } }, () => { - window.location.href = TeamStore.getCurrentTeamUrl() + '/channels/' + channelName; + browserHistory.push(TeamStore.getCurrentTeamUrl() + '/channels/' + channelName); if ($.isFunction(errorCb)) { errorCb(); } -- cgit v1.2.3-1-g7c22