I regressed this previously, correct is onopopshowing

This commit is contained in:
mgalli%geckonnection.com 2006-01-12 23:21:05 +00:00
Родитель 33ab35e9d1
Коммит 7351b87add
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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+"')");
}
}
}