Browse Source

Enable tooltips in custom.coffee

Frans Bergman 7 years ago
parent
commit
db7a9455b1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/assets/javascripts/custom.coffee

+ 4 - 0
app/assets/javascripts/custom.coffee

@@ -0,0 +1,4 @@
+(($) ->
+  $ ->
+      $('[data-toggle="tooltip"]').tooltip()
+) jQuery