Skip to content

Commit ed4521f

Browse files
committed
Merge branch 'topic/subject' of https://github.com/mvgrimes/chrome-inbox-permalinks into mvgrimes-topic/subject
2 parents d3e0bea + 7ead85d commit ed4521f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function attachLinks(messageView) {
1111
div.appendChild(link);
1212
var res = threadView.addSidebarContentPanel({
1313
el: div,
14-
title: 'Permalink: ' + url,
14+
title: 'Permalink: ' + threadView.getSubject(),
1515
iconUrl: chrome.extension.getURL('link.png'),
1616
});
1717
}

0 commit comments

Comments
 (0)