| Index: chrome/browser/resources/feedback.js
|
| diff --git a/chrome/browser/resources/feedback.js b/chrome/browser/resources/feedback.js
|
| index 3d48603c961c720442a05ec623ae82a79c47a8fc..73bf58f5eed0b6abd1ae9cb33661847ab004e7b0 100644
|
| --- a/chrome/browser/resources/feedback.js
|
| +++ b/chrome/browser/resources/feedback.js
|
| @@ -37,7 +37,7 @@ function selectImage(divId, thumbnailId) {
|
| // or there is no thumbnail id given, and we're at the first thumbnail.
|
| if (thumbnailDivs[i].id == thumbnailId || (!thumbnailId && !i)) {
|
| thumbnailDivs[i].classList.add('image-thumbnail-container-selected');
|
| - selectedThumbnailId = thumbnailId;
|
| + selectedThumbnailId = thumbnailDivs[i].id;
|
| savedThumbnailIds[divId] = thumbnailId;
|
| }
|
| }
|
|
|