| Index: lib/notificationHelper.js | 
| =================================================================== | 
| --- a/lib/notificationHelper.js | 
| +++ b/lib/notificationHelper.js | 
| @@ -121,19 +121,19 @@ | 
| url: Utils.getDocLink(activeNotification.links[buttonIndex]) | 
| }); | 
| break; | 
| case "open-all": | 
| openNotificationLinks(); | 
| break; | 
| case "configure": | 
| Prefs.notifications_showui = true; | 
| - showOptions(page => | 
| + showOptions((page, port) => | 
| { | 
| - page.sendMessage({ | 
| + port.postMessage({ | 
| type: "app.respond", | 
| action: "focusSection", | 
| args: ["notifications"] | 
| }); | 
| }); | 
| break; | 
| case "question": | 
| NotificationStorage.triggerQuestionListeners(activeNotification.id, |