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

This commit is contained in:
zero 2007-03-24 13:23:52 +00:00
parent 62d126ab0c
commit c7da47d6ab
2 changed files with 6 additions and 4 deletions

View file

@ -8,7 +8,7 @@ function getImage() {
// url이 미리 입력되어 있을 경우 scale구해줌
if(xGetElementById("image_url").value) {
setTimeout(function() { getImageScale(); }, 500);
getImageScale();
return;
}