From bfca3f89ed4d7514eae209a5b004da3ee51a0f5f Mon Sep 17 00:00:00 2001 From: zero Date: Sat, 24 Mar 2007 14:24:22 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@634 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/components/image_gallery/tpl/slide_gallery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/components/image_gallery/tpl/slide_gallery.js b/modules/editor/components/image_gallery/tpl/slide_gallery.js index fdb31e7ad..9d2804412 100644 --- a/modules/editor/components/image_gallery/tpl/slide_gallery.js +++ b/modules/editor/components/image_gallery/tpl/slide_gallery.js @@ -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';