afimb/chouette2

View on GitHub
app/assets/javascripts/vehicle_journeys/index.coffee

Summary

Maintainability
Test Coverage
$(".vehicle_journeys.index").ready ->

  $( 'body' ).popover({html: true, trigger: "focus", selector: 'thead th button'})
  .on("show.bs.popover", (event)->
    $(event.target).data("bs.popover").tip().css("maxWidth", "350px"))