mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1147337 - stop checking article URL as AboutReader.jsm gets created separately every time anyway, r=margaret
This commit is contained in:
parent
533422c696
commit
9ba23ac9f9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user