Skip to content

Commit

Permalink
make sure prev/next button only apply to one gallery on the page
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertlaposa committed Jun 27, 2014
1 parent 07c653a commit 0d8cf61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/component/image_gallery/cycle2.html
Expand Up @@ -9,8 +9,8 @@
timeout: 0,
fx: 'scrollHorz',
slides: 'div.item',
prev: 'div.controls a.prev',
next: 'div.controls a.next',
prev: '> div.controls a.prev',
next: '> div.controls a.next',
swipe: true,
pager: '> div.controls div.pagination',
pagerActiveClass: 'active',
Expand Down

0 comments on commit 0d8cf61

Please sign in to comment.