зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
65f22ed206
Коммит
7086e30ad1
|
@ -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$/)) {
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче