Skip to content

Commit 0326a28

Browse files
committed
to the previous
1 parent 42f26d4 commit 0326a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/activity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Activity {
99
if (this.isNewUrl(domain)) {
1010
var favicon = tab.favIconUrl;
1111
if (favicon === undefined){
12-
favicon = 'chrome://favicon/' + url;
12+
favicon = 'chrome://favicon/' + tab.url;
1313
}
1414
var newTab = new Tab(domain, favicon);
1515
tabs.push(newTab);

0 commit comments

Comments
 (0)