mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
all tooltips are automatically converted to bootstrap.
This commit is contained in:
parent
ae44843ea7
commit
1b55859eb2
6 changed files with 14 additions and 9 deletions
9
UI/jQuery/TooltipBinder.js
Normal file
9
UI/jQuery/TooltipBinder.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
"use strict";
|
||||
define(
|
||||
[
|
||||
'bootstrap'
|
||||
], function () {
|
||||
$(document).on('mouseenter', '[title]', function () {
|
||||
$(this).tooltip('show');
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue