commented out some code that really should be rewritten

This commit is contained in:
brade%netscape.com 2000-04-18 14:33:23 +00:00
parent 285279591a
commit e43c308855

View File

@ -403,16 +403,16 @@ function constrainProportions( srcID, destID )
function editImageMap()
{
if (editorShell){
var tagName = "img";
image = editorShell.GetSelectedElement(tagName);
// if (editorShell){
// var tagName = "img";
// image = editorShell.GetSelectedElement(tagName);
//Test selected element to see if it's an image
if (image){
// if (image){
//If it is, launch image map dialog
window.openDialog("chrome://editor/content/EdImageMap.xul", "_blank", "chrome,close", "");
}
}
// }
// }
}
function removeImageMap()