Skip to content

Commit 0aa8a49

Browse files
committed
Set alt to empty
1 parent 5a0a642 commit 0aa8a49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/common.js

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

0 commit comments

Comments
 (0)