URL loading did not work when I click on the Update notificaiton menu item.

I am just going to hard code a URL for this until I get an interface on
xpflash which can convert a update name to an update url.
This commit is contained in:
dougt%netscape.com 2000-01-11 09:47:33 +00:00
Родитель c59b2c73f2
Коммит 5a6b3814b0
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -264,7 +264,9 @@ function ShowUpdateFromResource( node )
{
var url = node.getAttribute('url');
dump( url +" finding \n" );
OpenTaskURL( url )
// hack until I get a new interface on xpiflash to do a
// look up on the name/url pair.
OpenTaskURL( "http://www.mozilla.org/binaries.html");
}
/**
* WALLET submenu