mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-24 21:03:19 +09:00
digist_lytebox addon 과 충돌하는 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4137 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8878b9582d
commit
f340619618
1 changed files with 5 additions and 1 deletions
|
|
@ -795,4 +795,8 @@ function toggleSecuritySignIn() {
|
|||
else location.href = href.replace(/^http/i,'https');
|
||||
}
|
||||
|
||||
|
||||
/* 하위호환성 문제 */
|
||||
if(typeof(resizeImageContents) == 'undefined')
|
||||
{
|
||||
function resizeImageContents() {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue