mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-04-04 05:33:22 -04:00
5 lines
100 B
CoffeeScript
5 lines
100 B
CoffeeScript
jQuery ->
|
|
$("a[rel=popover]").popover()
|
|
$(".tooltip").tooltip()
|
|
$("a[rel=tooltip]").tooltip()
|