diff options
| author | Johann-S <[email protected]> | 2017-05-23 14:17:07 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-05-23 15:19:54 +0200 |
| commit | aa36439e173720701c6eac1929c699056714df9c (patch) | |
| tree | ff57ca9048de4f793b5ae402ddb966a400bfb595 /js/src/tooltip.js | |
| parent | 3706c88348781869c9739b8bbfe078ecb044caf8 (diff) | |
| download | bootstrap-aa36439e173720701c6eac1929c699056714df9c.tar.xz bootstrap-aa36439e173720701c6eac1929c699056714df9c.zip | |
Use Popper.js to manage arrow position
Diffstat (limited to 'js/src/tooltip.js')
| -rw-r--r-- | js/src/tooltip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js index f447ed4ce..ceb9bc04c 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -60,7 +60,7 @@ const Tooltip = (($) => { const Default = { animation : true, template : '<div class="tooltip" role="tooltip">' - + '<div class="arrow"></div>' + + '<div class="arrow" x-arrow></div>' + '<div class="tooltip-inner"></div></div>', trigger : 'hover focus', title : '', |
