More comments

This commit is contained in:
David Baker 2017-03-22 11:13:00 +00:00
parent e5a5ca9efc
commit 5ae7d5e4b2

View file

@ -141,7 +141,9 @@ export default React.createClass({
},
_requestCallback: function(auth, background) {
// only set the busy flag if this is a non-background request
// only set the busy flag if this is a non-background request,
// otherwise, the user initiated a request, so make the busy
// spinner appear and clear and existing error messages.
if (!background) {
this.setState({
busy: true,