 Issue 5464830253203456:
  Refactored the abstraction layer to address prerendered pages on Safari caused by leaky abstraction  (Closed)
    
  
    Issue 5464830253203456:
  Refactored the abstraction layer to address prerendered pages on Safari caused by leaky abstraction  (Closed) 
  | Index: notification.js | 
| =================================================================== | 
| --- a/notification.js | 
| +++ b/notification.js | 
| @@ -88,7 +88,7 @@ | 
| return; | 
| event.preventDefault(); | 
| event.stopPropagation(); | 
| - ext.windows.getLastFocused(function(win) { win.openTab(link.href); }); | 
| + ext.pages.open(link.href); | 
| }); | 
| if (notification.type == "question") |