diff --git a/code/boot.js b/code/boot.js index 806ffeab..4e3995b2 100644 --- a/code/boot.js +++ b/code/boot.js @@ -20,6 +20,7 @@ window.setupLargeImagePreview = function() { '
' + img + '
' ); $('#largepreview').click(function() { $(this).remove() }); + $('#largepreview img').attr('title', ''); }); }