Skip to content

Commit 0592d00

Browse files
committed
Merge pull request jamesyu#3 from tuxcanfly/master
Fixed inbox link for recent changes in gmail
2 parents 82032ec + a342a53 commit 0592d00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chrome/lib/gmailr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
// this.leftMenu = el.find('.no .nM .TK').first().closest('.nn');
201201

202202
// use the inbox link as an anchor
203-
var v = el.find('a[href$="#inbox"]');
203+
var v = el.find('a[href$="#inbox"][title^="Inbox"]');
204204
if(v.length > 0) this.inboxLink = v.first();
205205

206206
var v = el.find('a[href$="#mbox"]');

0 commit comments

Comments
 (0)