Merge pull request #18 from mattermost/mm-1269

fixes mm-1269 don't show blue bar for internet connection issue
Этот коммит содержится в:
Corey Hulen
2015-06-25 10:59:24 -04:00
родитель b41b75fb35 09bf615197
Коммит 362afd1b7f

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

@@ -15,6 +15,8 @@ var ActionTypes = Constants.ActionTypes;
var callTracker = {};
var dispatchError = function(err, method) {
if (err.message === "There appears to be a problem with your internet connection") return;
AppDispatcher.handleServerAction({
type: ActionTypes.RECIEVED_ERROR,
err: err,