]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make tooltip-viewport example work. 17662/head
authorXhmikosR <xhmikosr@gmail.com>
Sun, 20 Sep 2015 16:05:41 +0000 (19:05 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 1 Oct 2015 05:34:14 +0000 (08:34 +0300)
[ci skip]

docs/examples/tooltip-viewport/index.html

index 7327331e1367bbbfa65e398d6452230fc0e41a9c..0afb19f06772a90f7ab57c598b6b1571db50846d 100644 (file)
@@ -7,7 +7,7 @@
     <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
     <meta name="description" content="">
     <meta name="author" content="">
-    <link rel="shortcut icon" href="../../assets/ico/favicon.ico">
+    <link rel="shortcut icon" href="../../favicon.ico">
 
     <title>Tooltip Viewport Example for Bootstrap</title>
 
@@ -42,6 +42,7 @@
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
     <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
     <script src="../../dist/js/bootstrap.min.js"></script>
+    <script src="../../assets/js/vendor/tether.min.js"></script>
     <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
     <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
     <script src="tooltip-viewport.js"></script>