mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3003 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
074452131c
commit
1b5de44dce
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue