| Index: notification.js |
| =================================================================== |
| --- a/notification.js |
| +++ b/notification.js |
| @@ -85,7 +85,7 @@ |
| return; |
| event.preventDefault(); |
| event.stopPropagation(); |
| - ext.windows.getLastFocused(function(win) { win.openTab(link.href); }); |
| + ext.pages.open(link.href); |
|
Wladimir Palant
2014/04/04 14:00:35
Please use spaces for indentation.
Sebastian Noack
2014/04/07 13:15:25
Done.
|
| }); |
| var notificationElement = document.getElementById("notification"); |