mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 12:14:03 +00:00
4 lines
99 B
CoffeeScript
4 lines
99 B
CoffeeScript
|
|
jQuery ->
|
||
|
|
$("a[rel=popover]").popover()
|
||
|
|
$(".tooltip").tooltip()
|
||
|
|
$("a[rel=tooltip]").tooltip()
|