We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f26d4 commit 0326a28Copy full SHA for 0326a28
scripts/activity.js
@@ -9,7 +9,7 @@ class Activity {
9
if (this.isNewUrl(domain)) {
10
var favicon = tab.favIconUrl;
11
if (favicon === undefined){
12
- favicon = 'chrome://favicon/' + url;
+ favicon = 'chrome://favicon/' + tab.url;
13
}
14
var newTab = new Tab(domain, favicon);
15
tabs.push(newTab);
0 commit comments