This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Radarr
mirror of
https://github.com/Radarr/Radarr
Watch
1
Star
0
Fork
You've already forked Radarr
0
Code
Issues
Releases
Wiki
Activity
e07b588fd8
Radarr
/
UI
/
jQuery
/
TooltipBinder.js
11 lines
150 B
JavaScript
Raw
Blame
History
'use strict'
;
define
(
[
'bootstrap'
]
,
function
(
)
{
$
(
'body'
)
.
tooltip
(
{
selector
:
'[title]'
}
)
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink