Merge pull request #259 from nickago/MM-1683

MM-1683 Removed a vestigial wait condition from the signup process.
Этот коммит содержится в:
Christopher Speller
2015-07-29 12:55:31 -04:00
родитель be5470c422 2775225e0d
Коммит 9913895423

Просмотреть файл

@@ -587,7 +587,6 @@ PasswordPage = React.createClass({
var props = this.props;
setTimeout(function() {
$('#sign-up-button').button('reset');
props.state.wizard = "finished";
props.updateParent(props.state, true);
@@ -605,7 +604,6 @@ PasswordPage = React.createClass({
// this.setState({name_error: err.message});
// }.bind(ctl)
// );
}, 5000);
}.bind(this),
function(err) {
this.setState({server_error: err.message});