Bug 362060 - Rustico style change broke install.js, severely for themes (Download error -228)

Attachment 246947
p=Giorgio Maone (g.maone at informaction dot com)
r=Shaver
Actually tested this time :o
This commit is contained in:
mozilla%justcameron.com 2006-11-29 18:13:57 +00:00
Родитель ac5ce59f7f
Коммит 8a8dbaf84e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -45,7 +45,7 @@ function install( aEvent, extName, iconURL, extHash) {
if (aEvent.altKey || !window.InstallTrigger)
return true;
var url = getInstallURL();
var url = getInstallURL(aEvent);
if (url && url.match(/^.+\.xpi$/)) {