Skip to content

Commit

Permalink
released v0.1.3
Browse files Browse the repository at this point in the history
Removed hardcoded selector.
  • Loading branch information
gijsroge committed Jun 23, 2015
1 parent 722c232 commit e4fe8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/owl.carousel2.thumbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
}

//check what thumbitem has been clicked and move slider to that item
$(this._thumbcontent._thumbcontainer).on('click', 'button', $.proxy(function (e) {
$(this._thumbcontent._thumbcontainer).on('click', this._thumbcontent._thumbcontainer.children(), $.proxy(function (e) {

// find relative slider
this._identifier = $(e.target).closest('.' + options.thumbContainerClass).data('slider-id');
Expand Down

0 comments on commit e4fe8a9

Please sign in to comment.