зеркало из https://github.com/mozilla/gecko-dev.git
I regressed this previously, correct is onopopshowing
This commit is contained in:
Родитель
33ab35e9d1
Коммит
7351b87add
|
@ -455,7 +455,7 @@ function BrowserLinkAdded(event) {
|
|||
if (feedButton) {
|
||||
feedButton.setAttribute("feeds", "true");
|
||||
// feedButton.setAttribute("tooltiptext", gNavigatorBundle.getString("feedHasFeeds"));
|
||||
document.getElementById("feed-button-menu").setAttribute("oncommand","DoBrowserRSS('"+ehref+"')");
|
||||
document.getElementById("feed-button-menu").setAttribute("onpopupshowing","DoBrowserRSS('"+ehref+"')");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче