diff options
| author | Mark Otto <[email protected]> | 2016-10-09 14:36:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-09 14:36:43 -0700 |
| commit | 6c867667a19dcb1243153855d00e36e5ecd599d0 (patch) | |
| tree | 83906930225ae824a4538fba44fe534e048129c6 /js/src | |
| parent | 88bf5af896a872d65752956e85adb66a9192e697 (diff) | |
| parent | f49a7a2a0830ced28c5dbd8f94e04ad2f9d7425d (diff) | |
| download | bootstrap-6c867667a19dcb1243153855d00e36e5ecd599d0.tar.xz bootstrap-6c867667a19dcb1243153855d00e36e5ecd599d0.zip | |
Merge branch 'v4-dev' into v4-utils
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/tooltip.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js index 08daae2f2..d012b2907 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -14,10 +14,10 @@ const Tooltip = (($) => { /** * Check for Tether dependency - * Tether - http://github.hubspot.com/tether/ + * Tether - http://tether.io/ */ if (window.Tether === undefined) { - throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)') + throw new Error('Bootstrap tooltips require Tether (http://tether.io/)') } |
