#18344730 CAPTCHA 이미지가 해당 페이지를 다시 부르는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6981 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2009-11-25 06:58:07 +00:00
parent 22935b645f
commit f836b34f34

View file

@ -25,7 +25,7 @@ var calledArgs = null;
});
$('<div id="captchaBox" style="display:none;*zoom:1;overflow:hidden;height:200px;">'+
'<img src="" id="captcha_image" />'+
'<img src="about:blank" id="captcha_image" />'+
'<p style="color:#666;width:250px;padding:0;margin:10px 0 20px 0; " id="captchaAbout">&nbsp;</p>'+
'<p style="color:#DDD;width:250px;font-size:15px;padding:0; margin:0 0 10px; font-weight:bold; text-align:center;" id="captchaText">&nbsp;</p>'+
'</div>').appendTo(captchaXE);