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 8833b1c commit cf3df6cCopy full SHA for cf3df6c
src/gmail.js
@@ -1560,7 +1560,7 @@ var Gmail_ = function(localJQuery) {
1560
var page = api.get.current_page();
1561
var url = window.location.origin + window.location.pathname + "?ui=2&ik=" + api.tracker.ik+"&rid=" + api.tracker.rid + "&view=tl&num=120&rt=1";
1562
if ($(".Dj:visible").find("b:first").text()) {
1563
- url += "&start=" + + parseInt($(".Dj:visible").find("b:first").text() - 1) +
+ url += "&start=" + parseInt($(".Dj:visible").find("b:first").text() - 1) +
1564
"&start=" + parseInt($(".Dj:visible").find("b:first").text() - 1);
1565
} else {
1566
url += "&start=0";
0 commit comments