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:
parent
7600e727c1
commit
ed68f6d64a
@ -40,7 +40,7 @@
|
||||
'GET',
|
||||
'',
|
||||
function(data) {
|
||||
$(this).attr('src', 'data:image/gif;base64,' + data);
|
||||
$(that).attr('src', 'data:image/gif;base64,' + data);
|
||||
}
|
||||
);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user