This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
Sonarr
Watch
1
Star
0
Fork
0
You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced
2024-12-21 01:49:57 +02:00
Code
Issues
Releases
Activity
663eeb53c1
Sonarr
/
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 09:24:24 +03:00
'use strict'
;
all tooltips are automatically converted to bootstrap.
2013-06-21 09:01:00 +03:00
define
(
[
'bootstrap'
]
,
function
(
)
{
form tooltips pop from right.
2013-07-14 09:06:18 +03: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 09:25:29 +03:00
$
(
'body'
)
.
tooltip
(
{
selector
:
'[title]'
all tooltips are automatically converted to bootstrap.
2013-06-21 09:01:00 +03:00
}
)
;
}
)
;
Reference in New Issue
Copy Permalink