Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: notification.js

Issue 5767063142400000: notification fixes (Closed)
Patch Set: notification.html relocation, safari changes revert and notification.js update Created March 5, 2014, 3:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « metadata.common ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « metadata.common ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld