Changeset 1738275
- Timestamp:
- 09/29/2017 09:21:54 AM (9 years ago)
- File:
-
- 1 edited
-
ga-image-carousel/trunk/ga-image-carousel.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ga-image-carousel/trunk/ga-image-carousel.js
r1738194 r1738275 164 164 var drag = false; 165 165 var previousOffset = 0; 166 166 167 var $links = $(this.id+' [data-fancybox]'); 167 168 169 if(typeof $.fancybox != 'function') { 170 168 171 $links.on('click touchstart', function() { 169 170 172 $.fancybox.open( $links, { 171 // Custom options172 173 }, $links.index( this ) ); 173 174 174 175 return false; 175 176 }); 177 178 } 176 179 177 180 this.carousel.on('mousedown touchstart', 'div', function(event){
Note: See TracChangeset
for help on using the changeset viewer.