This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
Radarr
Watch
1
Star
0
Fork
0
You've already forked Radarr
mirror of
https://github.com/Radarr/Radarr.git
synced
2024-11-05 02:22:31 +01:00
Code
Issues
Releases
Wiki
Activity
8a71621de7
Radarr
/
UI
/
jQuery
/
TooltipBinder.js
11 lines
150 B
JavaScript
Raw
Normal View
History
Unescape
Escape
updated jshint to 2.1.3 single quotes
2013-06-22 08:24:24 +02:00
'use strict'
;
all tooltips are automatically converted to bootstrap.
2013-06-21 08:01:00 +02:00
define
(
[
'bootstrap'
]
,
function
(
)
{
form tooltips pop from right.
2013-07-14 08:06:18 +02:00
This should fix the sticky tooltip issues Lost some control over positioning based on parents, but we can add data attributes if required
2013-07-31 08:25:29 +02:00
$
(
'body'
)
.
tooltip
(
{
selector
:
'[title]'
all tooltips are automatically converted to bootstrap.
2013-06-21 08:01:00 +02:00
}
)
;
}
)
;
Reference in New Issue
Copy Permalink