Merge pull request #1990 from hmhealey/plt1722
PLT-1772 Changed page to just reload when another tab logs in
Этот коммит содержится в:
@@ -86,13 +86,13 @@
|
||||
headers: {
|
||||
'X-MM-TokenIndex': mm_session_token_index,
|
||||
'Accept-Language': mm_locale
|
||||
}
|
||||
}
|
||||
});
|
||||
} else {
|
||||
$.ajaxSetup({
|
||||
headers: {
|
||||
'Accept-Language': mm_locale
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
}
|
||||
|
||||
console.log('detected login from a different tab');
|
||||
window.location.href = '/' + window.mm_team.name;
|
||||
location.reload();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Ссылка в новой задаче
Block a user