parent
ae44843ea7
commit
1b55859eb2
@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
define(
|
||||
[
|
||||
'bootstrap'
|
||||
], function () {
|
||||
$(document).on('mouseenter', '[title]', function () {
|
||||
$(this).tooltip('show');
|
||||
});
|
||||
});
|
Loading…
Reference in new issue