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
87a3fdd1
Commit
87a3fdd1
authored
Sep 06, 2015
by
XhmikosR
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up inclusion of IE-specific JS files.
Move them to footer, and remove duplicate ones. [ci skip]
parent
8f16abb6
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
25 additions
and
58 deletions
+25
-58
docs/_includes/footer.html
docs/_includes/footer.html
+1
-0
docs/_includes/header.html
docs/_includes/header.html
+0
-4
docs/examples/album/index.html
docs/examples/album/index.html
+2
-3
docs/examples/blog/index.html
docs/examples/blog/index.html
+0
-3
docs/examples/carousel/index.html
docs/examples/carousel/index.html
+0
-3
docs/examples/cover/index.html
docs/examples/cover/index.html
+0
-3
docs/examples/dashboard/index.html
docs/examples/dashboard/index.html
+0
-3
docs/examples/grid/index.html
docs/examples/grid/index.html
+2
-3
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
-3
docs/examples/narrow-jumbotron/index.html
docs/examples/narrow-jumbotron/index.html
+2
-3
docs/examples/navbar-top-fixed/index.html
docs/examples/navbar-top-fixed/index.html
+2
-3
docs/examples/navbar-top/index.html
docs/examples/navbar-top/index.html
+2
-3
docs/examples/navbar/index.html
docs/examples/navbar/index.html
+2
-3
docs/examples/offcanvas/index.html
docs/examples/offcanvas/index.html
+0
-3
docs/examples/signin/index.html
docs/examples/signin/index.html
+2
-3
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
-3
docs/examples/tooltip-viewport/index.html
docs/examples/tooltip-viewport/index.html
+0
-3
No files found.
docs/_includes/footer.html
View file @
87a3fdd1
...
@@ -30,6 +30,7 @@
...
@@ -30,6 +30,7 @@
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"{{ site.baseurl }}/assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"{{ site.baseurl }}/assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"{{ site.baseurl }}/assets/js/ie-emulation-modes-warning.js"
></script>
{% if page.layout == "docs" %}
{% if page.layout == "docs" %}
<script
src=
"{{ site.baseurl }}/assets/js/vendor/jekyll-search.js"
></script>
<script
src=
"{{ site.baseurl }}/assets/js/vendor/jekyll-search.js"
></script>
...
...
docs/_includes/header.html
View file @
87a3fdd1
...
@@ -19,10 +19,6 @@
...
@@ -19,10 +19,6 @@
<!-- Documentation extras -->
<!-- Documentation extras -->
<link
href=
"{{ site.baseurl }}/assets/css/docs.min.css"
rel=
"stylesheet"
>
<link
href=
"{{ site.baseurl }}/assets/css/docs.min.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"{{ site.baseurl }}/assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"{{ site.baseurl }}/assets/js/ie-emulation-modes-warning.js"
></script>
<!-- Favicons -->
<!-- Favicons -->
<link
rel=
"apple-touch-icon"
href=
"{{ site.baseurl }}/apple-touch-icon.png"
>
<link
rel=
"apple-touch-icon"
href=
"{{ site.baseurl }}/apple-touch-icon.png"
>
<link
rel=
"icon"
href=
"{{ site.baseurl }}/favicon.ico"
>
<link
rel=
"icon"
href=
"{{ site.baseurl }}/favicon.ico"
>
...
...
docs/examples/album/index.html
View file @
87a3fdd1
...
@@ -15,9 +15,6 @@
...
@@ -15,9 +15,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"album.css"
rel=
"stylesheet"
>
<link
href=
"album.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
@@ -126,5 +123,7 @@
...
@@ -126,5 +123,7 @@
});
});
</script>
</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/blog/index.html
View file @
87a3fdd1
...
@@ -16,9 +16,6 @@
...
@@ -16,9 +16,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"blog.css"
rel=
"stylesheet"
>
<link
href=
"blog.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
...
docs/examples/carousel/index.html
View file @
87a3fdd1
...
@@ -14,9 +14,6 @@
...
@@ -14,9 +14,6 @@
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.min.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"carousel.css"
rel=
"stylesheet"
>
<link
href=
"carousel.css"
rel=
"stylesheet"
>
</head>
</head>
...
...
docs/examples/cover/index.html
View file @
87a3fdd1
...
@@ -16,9 +16,6 @@
...
@@ -16,9 +16,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"cover.css"
rel=
"stylesheet"
>
<link
href=
"cover.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
...
docs/examples/dashboard/index.html
View file @
87a3fdd1
...
@@ -16,9 +16,6 @@
...
@@ -16,9 +16,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"dashboard.css"
rel=
"stylesheet"
>
<link
href=
"dashboard.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
...
docs/examples/grid/index.html
View file @
87a3fdd1
...
@@ -16,9 +16,6 @@
...
@@ -16,9 +16,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"grid.css"
rel=
"stylesheet"
>
<link
href=
"grid.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
@@ -176,5 +173,7 @@
...
@@ -176,5 +173,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- 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/jumbotron/index.html
View file @
87a3fdd1
...
@@ -16,9 +16,6 @@
...
@@ -16,9 +16,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"jumbotron.css"
rel=
"stylesheet"
>
<link
href=
"jumbotron.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
@@ -81,5 +78,7 @@
...
@@ -81,5 +78,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>
<!-- 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 @
87a3fdd1
...
@@ -16,9 +16,6 @@
...
@@ -16,9 +16,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"justified-nav.css"
rel=
"stylesheet"
>
<link
href=
"justified-nav.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
@@ -79,5 +76,7 @@
...
@@ -79,5 +76,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- 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/narrow-jumbotron/index.html
View file @
87a3fdd1
...
@@ -16,9 +16,6 @@
...
@@ -16,9 +16,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"narrow-jumbotron.css"
rel=
"stylesheet"
>
<link
href=
"narrow-jumbotron.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
@@ -81,5 +78,7 @@
...
@@ -81,5 +78,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- 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-top-fixed/index.html
View file @
87a3fdd1
...
@@ -15,9 +15,6 @@
...
@@ -15,9 +15,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"navbar-top-fixed.css"
rel=
"stylesheet"
>
<link
href=
"navbar-top-fixed.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
@@ -50,5 +47,7 @@
...
@@ -50,5 +47,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-top/index.html
View file @
87a3fdd1
...
@@ -15,9 +15,6 @@
...
@@ -15,9 +15,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"navbar-top.css"
rel=
"stylesheet"
>
<link
href=
"navbar-top.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
@@ -48,5 +45,7 @@
...
@@ -48,5 +45,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 @
87a3fdd1
...
@@ -16,9 +16,6 @@
...
@@ -16,9 +16,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"navbar.css"
rel=
"stylesheet"
>
<link
href=
"navbar.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
@@ -70,5 +67,7 @@
...
@@ -70,5 +67,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>
<!-- 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 @
87a3fdd1
...
@@ -16,9 +16,6 @@
...
@@ -16,9 +16,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"offcanvas.css"
rel=
"stylesheet"
>
<link
href=
"offcanvas.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
...
docs/examples/signin/index.html
View file @
87a3fdd1
...
@@ -16,9 +16,6 @@
...
@@ -16,9 +16,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"signin.css"
rel=
"stylesheet"
>
<link
href=
"signin.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
@@ -45,5 +42,7 @@
...
@@ -45,5 +42,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- 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/starter-template/index.html
View file @
87a3fdd1
...
@@ -16,9 +16,6 @@
...
@@ -16,9 +16,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"starter-template.css"
rel=
"stylesheet"
>
<link
href=
"starter-template.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
@@ -54,5 +51,7 @@
...
@@ -54,5 +51,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>
<!-- 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 @
87a3fdd1
...
@@ -16,9 +16,6 @@
...
@@ -16,9 +16,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"sticky-footer-navbar.css"
rel=
"stylesheet"
>
<link
href=
"sticky-footer-navbar.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
@@ -79,5 +76,7 @@
...
@@ -79,5 +76,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>
<!-- 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 @
87a3fdd1
...
@@ -16,9 +16,6 @@
...
@@ -16,9 +16,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"sticky-footer.css"
rel=
"stylesheet"
>
<link
href=
"sticky-footer.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
@@ -42,5 +39,7 @@
...
@@ -42,5 +39,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- 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 @
87a3fdd1
...
@@ -16,9 +16,6 @@
...
@@ -16,9 +16,6 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"tooltip-viewport.css"
rel=
"stylesheet"
>
<link
href=
"tooltip-viewport.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</head>
</head>
<body>
<body>
...
...
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