git-svn-id: http://xe-core.googlecode.com/svn/trunk@634 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-24 14:24:22 +00:00
parent ab2c5dde70
commit bfca3f89ed

View file

@ -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';