Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
9742bb2e
Commit
9742bb2e
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Fix
#14164
: move Windows Phone 8 IE10 viewport bug workaround script to footer of pages
parent
d6d9bb5b
5 merge requests
!28721
Hot test
,
!14258
Move Windows Phone 8 IE10 viewport bug workaround script from head to footer
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
docs/_includes/footer.html
+2
-0
docs/_includes/footer.html
docs/_includes/header.html
+0
-2
docs/_includes/header.html
docs/examples/blog/index.html
+2
-3
docs/examples/blog/index.html
docs/examples/carousel/index.html
+2
-3
docs/examples/carousel/index.html
docs/examples/cover/index.html
+2
-3
docs/examples/cover/index.html
docs/examples/dashboard/index.html
+2
-3
docs/examples/dashboard/index.html
docs/examples/grid/index.html
+2
-6
docs/examples/grid/index.html
docs/examples/jumbotron-narrow/index.html
+2
-6
docs/examples/jumbotron-narrow/index.html
docs/examples/jumbotron/index.html
+2
-3
docs/examples/jumbotron/index.html
docs/examples/justified-nav/index.html
+2
-6
docs/examples/justified-nav/index.html
docs/examples/navbar-fixed-top/index.html
+2
-3
docs/examples/navbar-fixed-top/index.html
docs/examples/navbar-static-top/index.html
+2
-3
docs/examples/navbar-static-top/index.html
docs/examples/navbar/index.html
+2
-3
docs/examples/navbar/index.html
docs/examples/non-responsive/index.html
+2
-3
docs/examples/non-responsive/index.html
docs/examples/offcanvas/index.html
+4
-3
docs/examples/offcanvas/index.html
docs/examples/signin/index.html
+2
-6
docs/examples/signin/index.html
docs/examples/starter-template/index.html
+2
-3
docs/examples/starter-template/index.html
docs/examples/sticky-footer-navbar/index.html
+2
-3
docs/examples/sticky-footer-navbar/index.html
docs/examples/sticky-footer/index.html
+2
-6
docs/examples/sticky-footer/index.html
docs/examples/theme/index.html
+2
-3
docs/examples/theme/index.html
with
40 additions
and
71 deletions
+40
-71
docs/_includes/footer.html
+
2
-
0
View file @
9742bb2e
...
@@ -48,6 +48,8 @@
...
@@ -48,6 +48,8 @@
{% if page.slug == "customize" %}
{% if page.slug == "customize" %}
<script
src=
"../assets/js/customize.min.js"
></script>
<script
src=
"../assets/js/customize.min.js"
></script>
{% endif %}
{% endif %}
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../assets/js/ie10-viewport-bug-workaround.js"
></script>
{% comment %}
{% comment %}
Inject Twitter widgets asynchronously. Snippet snipped from Twitter's
Inject Twitter widgets asynchronously. Snippet snipped from Twitter's
...
...
This diff is collapsed.
Click to expand it.
docs/_includes/header.html
+
0
-
2
View file @
9742bb2e
...
@@ -36,8 +36,6 @@
...
@@ -36,8 +36,6 @@
<link
href=
"../assets/css/src/pygments-manni.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/src/pygments-manni.css"
rel=
"stylesheet"
>
{% endif %}
{% endif %}
<!--[if lt IE 9]><script src="../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
...
...
This diff is collapsed.
Click to expand it.
docs/examples/blog/index.html
+
2
-
3
View file @
9742bb2e
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -171,5 +168,7 @@
...
@@ -171,5 +168,7 @@
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/carousel/index.html
+
2
-
3
View file @
9742bb2e
...
@@ -17,9 +17,6 @@
...
@@ -17,9 +17,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -212,5 +209,7 @@
...
@@ -212,5 +209,7 @@
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/cover/index.html
+
2
-
3
View file @
9742bb2e
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -75,5 +72,7 @@
...
@@ -75,5 +72,7 @@
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/dashboard/index.html
+
2
-
3
View file @
9742bb2e
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -243,5 +240,7 @@
...
@@ -243,5 +240,7 @@
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/grid/index.html
+
2
-
6
View file @
9742bb2e
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -149,8 +146,7 @@
...
@@ -149,8 +146,7 @@
</div>
<!-- /container -->
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
================================================== -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- Placed at the end of the document so the pages load faster -->
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/jumbotron-narrow/index.html
+
2
-
6
View file @
9742bb2e
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -79,8 +76,7 @@
...
@@ -79,8 +76,7 @@
</div>
<!-- /container -->
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
================================================== -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- Placed at the end of the document so the pages load faster -->
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/jumbotron/index.html
+
2
-
3
View file @
9742bb2e
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -99,5 +96,7 @@
...
@@ -99,5 +96,7 @@
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/justified-nav/index.html
+
2
-
6
View file @
9742bb2e
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -81,8 +78,7 @@
...
@@ -81,8 +78,7 @@
</div>
<!-- /container -->
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
================================================== -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- Placed at the end of the document so the pages load faster -->
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/navbar-fixed-top/index.html
+
2
-
3
View file @
9742bb2e
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -91,5 +88,7 @@
...
@@ -91,5 +88,7 @@
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/navbar-static-top/index.html
+
2
-
3
View file @
9742bb2e
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -92,5 +89,7 @@
...
@@ -92,5 +89,7 @@
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/navbar/index.html
+
2
-
3
View file @
9742bb2e
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -90,5 +87,7 @@
...
@@ -90,5 +87,7 @@
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/non-responsive/index.html
+
2
-
3
View file @
9742bb2e
...
@@ -22,9 +22,6 @@
...
@@ -22,9 +22,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -105,5 +102,7 @@
...
@@ -105,5 +102,7 @@
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/offcanvas/index.html
+
4
-
3
View file @
9742bb2e
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -129,6 +126,10 @@
...
@@ -129,6 +126,10 @@
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"offcanvas.js"
></script>
<script
src=
"offcanvas.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/signin/index.html
+
2
-
6
View file @
9742bb2e
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -49,8 +46,7 @@
...
@@ -49,8 +46,7 @@
</div>
<!-- /container -->
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
================================================== -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- Placed at the end of the document so the pages load faster -->
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/starter-template/index.html
+
2
-
3
View file @
9742bb2e
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -68,5 +65,7 @@
...
@@ -68,5 +65,7 @@
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/sticky-footer-navbar/index.html
+
2
-
3
View file @
9742bb2e
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -87,5 +84,7 @@
...
@@ -87,5 +84,7 @@
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/sticky-footer/index.html
+
2
-
6
View file @
9742bb2e
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -48,8 +45,7 @@
...
@@ -48,8 +45,7 @@
</div>
</div>
<!-- Bootstrap core JavaScript
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
================================================== -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- Placed at the end of the document so the pages load faster -->
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/theme/index.html
+
2
-
3
View file @
9742bb2e
...
@@ -22,9 +22,6 @@
...
@@ -22,9 +22,6 @@
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
...
@@ -651,5 +648,7 @@
...
@@ -651,5 +648,7 @@
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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
Menu
Explore
Projects
Groups
Snippets