Fix IE error when automatically loading HTML image

pull/7/merge
Francis Lachapelle 2013-01-11 13:23:33 -05:00
parent 4b18fc108b
commit d761a864eb
1 changed files with 2 additions and 1 deletions

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) {