diff options
| author | Mark Otto <[email protected]> | 2016-10-09 12:39:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-09 12:39:56 -0700 |
| commit | a2a53cb8c5174ef713b7dc7633fc6f2d7a468ee5 (patch) | |
| tree | b9a76babdab16620d7ecc1751e72e3a286291c6a /docs/dist/js/bootstrap.js | |
| parent | 27c924f91cd35ba9a7891c1c82f9319f0fd40709 (diff) | |
| download | bootstrap-a2a53cb8c5174ef713b7dc7633fc6f2d7a468ee5.tar.xz bootstrap-a2a53cb8c5174ef713b7dc7633fc6f2d7a468ee5.zip | |
grunt
Diffstat (limited to 'docs/dist/js/bootstrap.js')
| -rw-r--r-- | docs/dist/js/bootstrap.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index 2f8da5998..978fa7f7d 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -1,5 +1,5 @@ /*! - * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com) + * Bootstrap v4.0.0-alpha.4 (https://getbootstrap.com) * Copyright 2011-2016 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ @@ -2779,10 +2779,10 @@ var Tooltip = (function ($) { /** * 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/)'); } /** |
