Explorar el Código

Enable tooltips in custom.coffee

Frans Bergman hace 7 años
padre
commit
db7a9455b1
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      app/assets/javascripts/custom.coffee

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

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