Skip to content

Commit bb65d6c

Browse files
authored
Add alt text to Elephants images (#1292)
1 parent 522c73a commit bb65d6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ $(document).ready(function () {
426426
link.attr('href', photo.url);
427427
link.attr('title', photo.title);
428428
image = $('<img>');
429+
image.attr('alt', '');
429430
image.attr('src', 'data:image/jpeg;base64,' + photo.data);
430431
$(node).append(link.append(image));
431432
}

0 commit comments

Comments
 (0)