Skip to content

Commit cf3df6c

Browse files
committed
jshint: Fix no confusing plusses.
1 parent 8833b1c commit cf3df6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gmail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ var Gmail_ = function(localJQuery) {
15601560
var page = api.get.current_page();
15611561
var url = window.location.origin + window.location.pathname + "?ui=2&ik=" + api.tracker.ik+"&rid=" + api.tracker.rid + "&view=tl&num=120&rt=1";
15621562
if ($(".Dj:visible").find("b:first").text()) {
1563-
url += "&start=" + + parseInt($(".Dj:visible").find("b:first").text() - 1) +
1563+
url += "&start=" + parseInt($(".Dj:visible").find("b:first").text() - 1) +
15641564
"&start=" + parseInt($(".Dj:visible").find("b:first").text() - 1);
15651565
} else {
15661566
url += "&start=0";

0 commit comments

Comments
 (0)