TrevorS / bootstrap3-datetimepicker-rails

This gem packages the bootstrap-datetimepicker for the Rails 3.1+ asset pipeline.
MIT License
292 stars 123 forks source link

Can't be nested in a table #20

Closed sterrym closed 9 years ago

sterrym commented 9 years ago

https://github.com/TrevorS/bootstrap3-datetimepicker-rails/blob/master/vendor/assets/javascripts/bootstrap-datetimepicker.js#L528

If I'm not mistaken, the call to parents('table') ought to be closest('table') to fix this. If you use parents(), you get all 'table's in the hierarchy.

sterrym commented 9 years ago

Nevermind - I'll go bug Eonasdan instead