Merge pull request #159 from rgarmsen2295/mm-1269b
MM-1269b Added yellow tinge to post and comment textbox when connection is disrupted
Этот коммит содержится в:
@@ -15,8 +15,6 @@ 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,
|
||||
|
||||
Ссылка в новой задаче
Block a user