Bug 1147337 - stop checking article URL as AboutReader.jsm gets created separately every time anyway, r=margaret

This commit is contained in:
Gijs Kruitbosch 2015-04-09 00:15:37 +01:00
parent 533422c696
commit 9ba23ac9f9

View File

@ -604,7 +604,7 @@ AboutReader.prototype = {
return;
}
if (article && article.url == url) {
if (article) {
this._showContent(article);
} else if (this._articlePromise) {
// If we were promised an article, show an error message if there's a failure.