We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3760de commit 017e012Copy full SHA for 017e012
gmail.js
@@ -570,7 +570,7 @@ var Gmail = function() {
570
break;
571
572
case "el":
573
- var response = {"url" : params.url, "body" : params.body, "expanded" : sent_params.ex == '1'}
+ var response = {"url" : params.url, "body" : params.body, "data" : sent_params.ex == '1'}
574
console.log('You just expanded a category');
575
576
}
0 commit comments