Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Commit

Permalink
scroll buttons were generating navigate on backbone, fixes #141
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Oct 27, 2013
1 parent f0ffa66 commit 4fc2654
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
</div>
{{/each}}
</div>
<a class="prev" id="carouselLeft" href="#"><i class="glyphicon glyphicon-chevron-left"></i></a>
<a class="next" id="carouselRight" href="#"><i class="glyphicon glyphicon-chevron-right"></i></a>
<a class="prev" id="carouselLeft" href="#" data-not-push-state="true"><i class="glyphicon glyphicon-chevron-left"></i></a>
<a class="next" id="carouselRight" href="#" data-not-push-state="true"><i class="glyphicon glyphicon-chevron-right"></i></a>
</div>

0 comments on commit 4fc2654

Please sign in to comment.