Fixed issue with redirects not working on safari
Этот коммит содержится в:
@@ -50,7 +50,7 @@ module.exports = React.createClass({
|
|||||||
|
|
||||||
var redirect = utils.getUrlParameter("redirect");
|
var redirect = utils.getUrlParameter("redirect");
|
||||||
if (redirect) {
|
if (redirect) {
|
||||||
window.location.pathname = decodeURI(redirect);
|
window.location.pathname = decodeURIComponent(redirect);
|
||||||
} else {
|
} else {
|
||||||
window.location.pathname = '/' + name + '/channels/town-square';
|
window.location.pathname = '/' + name + '/channels/town-square';
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user