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); }); |
+ backgroundPage.ext.windows.getLastFocused(function(win) { win.openTab(link.href); }); |
}); |
var notificationElement = document.getElementById("notification"); |