git-svn-id: http://xe-core.googlecode.com/svn/trunk@645 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-26 04:26:00 +00:00
parent d35d6190ec
commit 1f8bac8267
2 changed files with 3 additions and 2 deletions

View file

@ -89,7 +89,7 @@ function resizeImageContents() {
obj.source_height = xHeight(obj);
xWidth(obj, xWidth(parent)-1);
xAddEventListener(obj,"click", resizeImagePopup);
xAddEventListener(obj,"click", showOriginalImage);
}
}
xAddEventListener(window, "load", resizeImageContents);