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

This commit is contained in:
zero 2007-11-19 06:26:56 +00:00
parent 074452131c
commit 1b5de44dce

View file

@ -240,7 +240,7 @@ function resizeImageContents() {
var orig_img = new Image();
orig_img.src = obj.src;
if(parent_width<1 || obj_width <1 || parent_width >= obj_width) continue;
if(parent_width<1 || obj_width <1 || parent_width >= orig_img.width) continue;
obj.style.cursor = "pointer";