mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
원본크기보다 줄어든 이미지일지라도 링크가 걸려 있으면 원본 보여주지 않게 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2229 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3523cc0795
commit
4334bf9c91
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ function resizeImageContents() {
|
|||
}
|
||||
if(parent.nodeName != "TD" && parent.nodeName != "DIV") continue;
|
||||
|
||||
if(obj.parentNode.nodeName =='A') continue;
|
||||
if(/\/modules\//i.test(obj.src)) continue;
|
||||
if(/\/layouts\//i.test(obj.src)) continue;
|
||||
if(/\/widgets\//i.test(obj.src)) continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue