mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 19:20:13 +01:00
4 lines
No EOL
99 B
CoffeeScript
4 lines
No EOL
99 B
CoffeeScript
jQuery ->
|
|
$("a[rel=popover]").popover()
|
|
$(".tooltip").tooltip()
|
|
$("a[rel=tooltip]").tooltip() |