Files
Readarr/src/UI/jQuery/TooltipBinder.js
T
2013-10-02 18:01:32 -07:00

11 lines
150 B
JavaScript

'use strict';
define(
[
'bootstrap'
], function () {
$('body').tooltip({
selector: '[title]'
});
});