mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
c132d54ff7
Lost some control over positioning based on parents, but we can add data attributes if required
11 lines
150 B
JavaScript
11 lines
150 B
JavaScript
'use strict';
|
|
define(
|
|
[
|
|
'bootstrap'
|
|
], function () {
|
|
|
|
$('body').tooltip({
|
|
selector: '[title]'
|
|
});
|
|
});
|