We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd4376 commit f5a76a3Copy full SHA for f5a76a3
extension/webmail/gmail/gmail.js
@@ -1198,7 +1198,7 @@ webpg.gmail = {
1198
window.content.wrappedJSObject.GLOBALS;
1199
}
1200
// Obtain the class list (which contains the msg ID)
1201
- msgClassList = node.className.split(" ");
+ msgClassList = (e.previousSibling.firstChild.classList.contains('a3s')) ? e.previousSibling.firstChild.className.split(" ") : node.className.split(" ");
1202
if (msgClassList.hasOwnProperty(2)) {
1203
msgID = msgClassList[2];
1204
// Obtain the users email address
0 commit comments