This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Tankernn
/
school-platform
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Enable tooltips in custom.coffee
Frans Bergman
7 years ago
parent
7a401d89e7
commit
db7a9455b1
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
app/assets/javascripts/custom.coffee
+ 4
- 0
app/assets/javascripts/custom.coffee
View File
@@ -0,0 +1,4 @@
+(($) ->
+ $ ->
+ $('[data-toggle="tooltip"]').tooltip()
+) jQuery