| Index: composer.postload.js |
| =================================================================== |
| --- a/composer.postload.js |
| +++ b/composer.postload.js |
| @@ -406,7 +406,7 @@ |
| else |
| { |
| browser.runtime.sendMessage({ |
| - type: "forward", |
| + type: "composer.forward", |
| payload: {type: "composer.content.dialogOpened", popupId} |
| }); |
| } |
| @@ -449,7 +449,7 @@ |
| if (blockelementPopupId != null && !popupAlreadyClosed) |
| { |
| browser.runtime.sendMessage({ |
| - type: "forward", |
| + type: "composer.forward", |
| targetPageId: blockelementPopupId, |
| payload: |
| { |
| @@ -493,7 +493,7 @@ |
| lastRightClickEventIsMostRecent = true; |
| browser.runtime.sendMessage({ |
| - type: "forward", |
| + type: "composer.forward", |
| payload: |
| { |
| type: "composer.content.clearPreviousRightClickEvent" |
| @@ -562,7 +562,7 @@ |
| if (window == window.top && blockelementPopupId == message.popupId) |
| { |
| browser.runtime.sendMessage({ |
| - type: "forward", |
| + type: "composer.forward", |
| payload: |
| { |
| type: "composer.content.finished", |