Fixed typo in team domain look-up page
Этот коммит содержится в:
@@ -37,7 +37,7 @@ var FindTeamDomain = React.createClass({
|
||||
window.location.href = window.location.protocol + "//" + domain + "." + utils.getDomainWithOutSub();
|
||||
}
|
||||
else {
|
||||
this.state.server_error = "We couldn't find your " + strings.TeamPlural + ".";
|
||||
this.state.server_error = "We couldn't find your " + strings.Team + ".";
|
||||
this.setState(this.state);
|
||||
}
|
||||
}.bind(this),
|
||||
|
||||
@@ -25,7 +25,7 @@ module.exports.cleanUpUrlable = function(input) {
|
||||
|
||||
module.exports.isTestDomain = function() {
|
||||
|
||||
if ((/^localhost/).test(window.location.hostname))
|
||||
/*if ((/^localhost/).test(window.location.hostname))
|
||||
return true;
|
||||
|
||||
if ((/^dockerhost/).test(window.location.hostname))
|
||||
@@ -44,7 +44,7 @@ module.exports.isTestDomain = function() {
|
||||
return true;
|
||||
|
||||
if ((/^176./).test(window.location.hostname))
|
||||
return true;
|
||||
return true;*/
|
||||
|
||||
return false;
|
||||
};
|
||||
|
||||
Ссылка в новой задаче
Block a user