diff options
| author | XhmikosR <[email protected]> | 2017-12-16 14:00:38 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-01-11 18:48:46 +0200 |
| commit | 80d0943b95984bfaf4997d2198d467876d294bd8 (patch) | |
| tree | fa2eb4c869753b6e20c771a928da460587f38fdf /assets/js/src/application.js | |
| parent | 6d336502c7e26c4cc5b35f1d7a19c067b774cb1f (diff) | |
| download | bootstrap-80d0943b95984bfaf4997d2198d467876d294bd8.tar.xz bootstrap-80d0943b95984bfaf4997d2198d467876d294bd8.zip | |
Comply to the new rules.
Diffstat (limited to 'assets/js/src/application.js')
| -rw-r--r-- | assets/js/src/application.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/js/src/application.js b/assets/js/src/application.js index d5ee22ebc..01c9eef55 100644 --- a/assets/js/src/application.js +++ b/assets/js/src/application.js @@ -16,7 +16,6 @@ 'use strict' $(function () { - // Tooltip and popover demos $('.tooltip-demo').tooltip({ selector: '[data-toggle="tooltip"]', @@ -60,7 +59,7 @@ $('.btn-clipboard') .tooltip() .on('mouseleave', function () { - // explicitly hide tooltip, since after clicking it remains + // Explicitly hide tooltip, since after clicking it remains // focused (as it's a button), so tooltip would otherwise // remain visible until focus is moved away $(this).tooltip('hide') |
