mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-07 20:45:28 +00:00
Fix IE error when automatically loading HTML image
This commit is contained in:
@@ -1591,7 +1591,8 @@ function loadRemoteImages() {
|
||||
content.hiddenObjects = null;
|
||||
|
||||
var loadImagesButton = $("loadImagesButton");
|
||||
loadImagesButton.setStyle({ display: 'none' });
|
||||
if (loadImagesButton)
|
||||
loadImagesButton.setStyle({ display: 'none' });
|
||||
}
|
||||
|
||||
function onEmailAddressClick(event) {
|
||||
|
||||
Reference in New Issue
Block a user