Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2016-10-09 22:39:56 +0300
committerMark Otto <markdotto@gmail.com>2016-10-09 22:39:56 +0300
commita2a53cb8c5174ef713b7dc7633fc6f2d7a468ee5 (patch)
treeb9a76babdab16620d7ecc1751e72e3a286291c6a /js/dist/tooltip.js
parent27c924f91cd35ba9a7891c1c82f9319f0fd40709 (diff)
grunt
Diffstat (limited to 'js/dist/tooltip.js')
-rw-r--r--js/dist/tooltip.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dist/tooltip.js b/js/dist/tooltip.js
index 9dfd3cd108..fb62f49f94 100644
--- a/js/dist/tooltip.js
+++ b/js/dist/tooltip.js
@@ -17,10 +17,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/)');
}
/**