1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-24 07:37:04 +00:00

fix variable reference in callback

This commit is contained in:
John Supplee 2019-03-03 21:21:34 +02:00
parent 7600e727c1
commit ed68f6d64a

View File

@ -40,7 +40,7 @@
'GET',
'',
function(data) {
$(this).attr('src', 'data:image/gif;base64,' + data);
$(that).attr('src', 'data:image/gif;base64,' + data);
}
);
});