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:
Родитель
c59b2c73f2
Коммит
5a6b3814b0
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче