Eliminate the alert exception.

git-svn-id: svn://10.0.0.236/trunk@180457 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mgalli%geckonnection.com 2005-09-17 01:55:37 +00:00
parent f8fe652a2a
commit a68bd72db1

View File

@ -394,7 +394,7 @@ function DoBrowserRSS() {
getBrowser().selectedTab = getBrowser().addTab('chrome://minimo/content/rssview/rssblank.xhtml');
browserInit(getBrowser().selectedTab);
} catch (e) {
alert(e);
}
}