Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
d50e4a72
Commit
d50e4a72
authored
9 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Make tooltip-viewport example work.
[ci skip]
parent
6afd6951
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/examples/tooltip-viewport/index.html
+2
-1
docs/examples/tooltip-viewport/index.html
with
2 additions
and
1 deletion
+2
-1
docs/examples/tooltip-viewport/index.html
+
2
-
1
View file @
d50e4a72
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- 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=
"description"
content=
""
>
<meta
name=
"author"
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>
<title>
Tooltip Viewport Example for Bootstrap
</title>
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<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>
window
.
jQuery
||
document
.
write
(
'
<script src="../../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"../../dist/js/bootstrap.min.js"
></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 -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"tooltip-viewport.js"
></script>
<script
src=
"tooltip-viewport.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment