mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@634 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ab2c5dde70
commit
bfca3f89ed
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ function display_gallery_image(obj, is_first_display) {
|
|||
var next_idx = obj.idx+1;
|
||||
if(slide_gallery_images[obj.srl].length<=next_idx) next_idx = 0;
|
||||
|
||||
target_image.onmousedown = function() { display_gallery_image(slide_gallery_images[obj.srl][next_idx]); };
|
||||
//target_image.onclick = function() { display_gallery_image(slide_gallery_images[obj.srl][next_idx]); };
|
||||
|
||||
target_image.style.cursor = 'pointer';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue