Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
9742bb2e
Commit
9742bb2e
authored
Jul 27, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #14164: move Windows Phone 8 IE10 viewport bug workaround script to footer of pages
parent
d6d9bb5b
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
44 additions
and
74 deletions
+44
-74
docs/_includes/footer.html
docs/_includes/footer.html
+2
-0
docs/_includes/header.html
docs/_includes/header.html
+0
-2
docs/examples/blog/index.html
docs/examples/blog/index.html
+2
-3
docs/examples/carousel/index.html
docs/examples/carousel/index.html
+2
-3
docs/examples/cover/index.html
docs/examples/cover/index.html
+2
-3
docs/examples/dashboard/index.html
docs/examples/dashboard/index.html
+2
-3
docs/examples/grid/index.html
docs/examples/grid/index.html
+2
-6
docs/examples/jumbotron-narrow/index.html
docs/examples/jumbotron-narrow/index.html
+2
-6
docs/examples/jumbotron/index.html
docs/examples/jumbotron/index.html
+2
-3
docs/examples/justified-nav/index.html
docs/examples/justified-nav/index.html
+2
-6
docs/examples/navbar-fixed-top/index.html
docs/examples/navbar-fixed-top/index.html
+2
-3
docs/examples/navbar-static-top/index.html
docs/examples/navbar-static-top/index.html
+2
-3
docs/examples/navbar/index.html
docs/examples/navbar/index.html
+2
-3
docs/examples/non-responsive/index.html
docs/examples/non-responsive/index.html
+2
-3
docs/examples/offcanvas/index.html
docs/examples/offcanvas/index.html
+4
-3
docs/examples/signin/index.html
docs/examples/signin/index.html
+2
-6
docs/examples/starter-template/index.html
docs/examples/starter-template/index.html
+2
-3
docs/examples/sticky-footer-navbar/index.html
docs/examples/sticky-footer-navbar/index.html
+2
-3
docs/examples/sticky-footer/index.html
docs/examples/sticky-footer/index.html
+2
-6
docs/examples/theme/index.html
docs/examples/theme/index.html
+2
-3
docs/examples/tooltip-viewport/index.html
docs/examples/tooltip-viewport/index.html
+4
-3
No files found.
docs/_includes/footer.html
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
...
...
docs/_includes/header.html
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 -->
...
...
docs/examples/blog/index.html
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>
docs/examples/carousel/index.html
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>
docs/examples/cover/index.html
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>
docs/examples/dashboard/index.html
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>
docs/examples/grid/index.html
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>
docs/examples/jumbotron-narrow/index.html
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>
docs/examples/jumbotron/index.html
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>
docs/examples/justified-nav/index.html
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>
docs/examples/navbar-fixed-top/index.html
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>
docs/examples/navbar-static-top/index.html
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>
docs/examples/navbar/index.html
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>
docs/examples/non-responsive/index.html
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>
docs/examples/offcanvas/index.html
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>
docs/examples/signin/index.html
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>
docs/examples/starter-template/index.html
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>
docs/examples/sticky-footer-navbar/index.html
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>
docs/examples/sticky-footer/index.html
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>
docs/examples/theme/index.html
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>
docs/examples/tooltip-viewport/index.html
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>
...
@@ -53,6 +50,10 @@
...
@@ -53,6 +50,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=
"tooltip-viewport.js"
></script>
<script
src=
"tooltip-viewport.js"
></script>
</body>
</body>
</html>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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