mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4235 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
638152da5a
commit
cf44f34877
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ function start_list_gallery() {
|
|||
obj.image.style.display = "block";
|
||||
|
||||
// resize_scale이 1이 아니면, 즉 리사이즈 되었다면 해당 이미지 클릭시 원본을 새창으로 띄워줌
|
||||
if(resize_scale!=1) {
|
||||
if(resize_scale!=1 && typeof(showOriginalImage)=='function') {
|
||||
obj.image.style.cursor = 'pointer';
|
||||
xAddEventListener(obj.image, 'click', showOriginalImage);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue