mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-11-03 19:30:54 +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