зеркало из https://github.com/mozilla/pjs.git
Bug 671439 - Show OfflineApp notifications on the correct tab. r=mfinkle
This commit is contained in:
Родитель
28556771ba
Коммит
dcca83398c
|
@ -23,7 +23,7 @@ var OfflineApps = {
|
|||
|
||||
let host = currentURI.asciiHost;
|
||||
let notificationID = "offline-app-requested-" + host;
|
||||
let notificationBox = Browser.getNotificationBox();
|
||||
let notificationBox = Browser.getNotificationBox(aTarget);
|
||||
|
||||
let notification = notificationBox.getNotificationWithValue(notificationID);
|
||||
let strings = Strings.browser;
|
||||
|
|
Загрузка…
Ссылка в новой задаче