Этот коммит содержится в:
Reed Garmsen
2015-07-06 19:02:21 -07:00
родитель 763618ef36
Коммит eddf43e133

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

@@ -15,7 +15,12 @@ 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;
if (err.message === "There appears to be a problem with your internet connection") {
//Need to communicate this fact to textbox and cause it to change color
return;
}
AppDispatcher.handleServerAction({
type: ActionTypes.RECIEVED_ERROR,