Skip to content

Commit

Permalink
Disable failure notifications for reddit inbox checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromakode committed Aug 30, 2009
1 parent c7fece1 commit 9ffd6df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/reddit/reddit.jsm
Expand Up @@ -540,8 +540,8 @@ RedditSite.prototype.refreshAlertState = function() {
});

site.alertState = site.newMessages.length > 0
},
this.actionFailureHandler
}/*,
this.actionFailureHandler*/
).perform(false);
}
};
Expand Down

0 comments on commit 9ffd6df

Please sign in to comment.