Changeset 21242
- Timestamp:
- 08/18/09 23:02:47 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/pkMediaCMSSlotsPlugin/trunk/modules/pkContextCMSSlideshow/templates/_slideshow.php
r20425 r21242 66 66 next(); 67 67 }); 68 69 // Catch the anchor click and unset the parent click! 70 $('.pk-slideshow-description a').mouseup(function(){ 71 $(this).parents('.pk-slideshow-item').unbind('click'); 72 }); 68 73 69 74 function previous()