digist_lytebox addon 과 충돌하는 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4137 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2008-04-23 02:06:16 +00:00
parent 8878b9582d
commit f340619618

View file

@ -795,4 +795,8 @@ function toggleSecuritySignIn() {
else location.href = href.replace(/^http/i,'https');
}
/* 하위호환성 문제 */
if(typeof(resizeImageContents) == 'undefined')
{
function resizeImageContents() {}
}