Finished removing some of the last bits of client side config
Этот коммит содержится в:
@@ -40,7 +40,6 @@ var Constants = require('../utils/constants.jsx');
|
||||
var ActionTypes = Constants.ActionTypes;
|
||||
|
||||
function setupChannelPage(props) {
|
||||
AsyncClient.getConfig();
|
||||
|
||||
AppDispatcher.handleViewAction({
|
||||
type: ActionTypes.CLICK_CHANNEL,
|
||||
|
||||
@@ -6,7 +6,6 @@ var SignupTeam = require('../components/signup_team.jsx');
|
||||
var AsyncClient = require('../utils/async_client.jsx');
|
||||
|
||||
function setupSignupTeamPage(props) {
|
||||
AsyncClient.getConfig();
|
||||
|
||||
var services = JSON.parse(props.AuthServices);
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user