diff --git a/js/common.js b/js/common.js index a70f81236..ee5f190c6 100644 --- a/js/common.js +++ b/js/common.js @@ -426,6 +426,7 @@ $(document).ready(function () { link.attr('href', photo.url); link.attr('title', photo.title); image = $(''); + image.attr('alt', ''); image.attr('src', 'data:image/jpeg;base64,' + photo.data); $(node).append(link.append(image)); }