Skip to content

Commit

Permalink
Update classname selector to match a gmail change
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Mosedale committed May 14, 2011
1 parent 2120c96 commit 3a4b9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/lib/gmailr.js
Expand Up @@ -354,7 +354,7 @@
},

mainListingEl: function() {
return this.elements.canvas.find('.nH.Cp').first();
return this.elements.canvas.find('.Cp').first();
},

mainListingEmpty: function() {
Expand Down

0 comments on commit 3a4b9e2

Please sign in to comment.