diff options
| author | XhmikosR <[email protected]> | 2015-10-01 08:45:26 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-10-01 08:45:26 +0300 |
| commit | f66d1631f59d88994a2d9fc1f8599ce143572bb0 (patch) | |
| tree | 1105cb29d4bf6d45c310a50efcbc872eb93150a8 /docs | |
| parent | 6afd69515980302a4c90e370d0a9e6d3037d2926 (diff) | |
| parent | d50e4a7274bd7f405d1c3661ddf6089fc6077a32 (diff) | |
| download | bootstrap-f66d1631f59d88994a2d9fc1f8599ce143572bb0.tar.xz bootstrap-f66d1631f59d88994a2d9fc1f8599ce143572bb0.zip | |
Merge pull request #17662 from twbs/v4-dev-xmr-rm-tooltip-example
Make the tooltip-viewport example work
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/tooltip-viewport/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html index 7327331e1..0afb19f06 100644 --- a/docs/examples/tooltip-viewport/index.html +++ b/docs/examples/tooltip-viewport/index.html @@ -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> |
