mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
all tooltips are automatically converted to bootstrap.
This commit is contained in:
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');
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user