开发者

change mouse event for product image magento

I want to change the product double click event on开发者_开发知识库 the product image to single click to enlarge the Image.


Go to:

/js/varien/product.js

Change

Event.observe(this.imageEl, 'dblclick', this.toggleFull.bind(this));

to

Event.observe(this.imageEl, 'click', this.toggleFull.bind(this));
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜