From 6b48dbe231cf1a793b2071cf8e4c751d13f5abad Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Wed, 1 Jul 2015 12:30:46 -0700 Subject: Added two possible options for removing blue bar error, will choose one later --- web/react/utils/client.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/utils/client.jsx') diff --git a/web/react/utils/client.jsx b/web/react/utils/client.jsx index a43e4eec5..dd835e863 100644 --- a/web/react/utils/client.jsx +++ b/web/react/utils/client.jsx @@ -287,7 +287,7 @@ module.exports.getMeSynchronous = function(success, error) { if (success) success(data, textStatus, xhr); }, error: function(xhr, status, err) { - if (error) { + if (xhr.status != 200 && error) { e = handleError("getMeSynchronous", xhr, status, err); error(e); }; -- cgit v1.2.3-1-g7c22