Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Weblate 2017-10-30 16:35:38 +00:00
commit 3be7dc854e

View File

@ -184,7 +184,8 @@ module.exports = React.createClass({
}); });
}, },
onClickChange: function() { onClickChange: function(ev) {
ev.preventDefault();
const oldPassword = this.state.cachedPassword || this.refs.old_input.value; const oldPassword = this.state.cachedPassword || this.refs.old_input.value;
const newPassword = this.refs.new_input.value; const newPassword = this.refs.new_input.value;
const confirmPassword = this.refs.confirm_input.value; const confirmPassword = this.refs.confirm_input.value;