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