custom.coffee 69 B

1234
  1. (($) ->
  2. $ ->
  3. $('[data-toggle="tooltip"]').tooltip()
  4. ) jQuery