Fix IE error when automatically loading HTML image

This commit is contained in:
Francis Lachapelle
2013-01-11 13:23:33 -05:00
parent 4b18fc108b
commit d761a864eb
+2 -1
View File
@@ -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) {