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
3505606d
Commit
3505606d
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add respond.js to all examples (fixes
#9731
)
parent
e279ffab
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
examples/carousel/index.html
+1
-1
examples/carousel/index.html
examples/grid/index.html
+5
-0
examples/grid/index.html
examples/jumbotron-narrow/index.html
+5
-0
examples/jumbotron-narrow/index.html
examples/jumbotron/index.html
+6
-1
examples/jumbotron/index.html
examples/justified-nav/index.html
+6
-1
examples/justified-nav/index.html
examples/navbar-fixed-top/index.html
+2
-0
examples/navbar-fixed-top/index.html
examples/navbar-static-top/index.html
+2
-0
examples/navbar-static-top/index.html
examples/navbar/index.html
+2
-0
examples/navbar/index.html
examples/offcanvas/index.html
+7
-2
examples/offcanvas/index.html
examples/signin/index.html
+6
-1
examples/signin/index.html
examples/starter-template/index.html
+6
-1
examples/starter-template/index.html
examples/sticky-footer-navbar/index.html
+4
-1
examples/sticky-footer-navbar/index.html
examples/sticky-footer/index.html
+6
-1
examples/sticky-footer/index.html
with
58 additions
and
9 deletions
+58
-9
examples/carousel/index.html
+
1
-
1
View file @
3505606d
...
@@ -186,11 +186,11 @@
...
@@ -186,11 +186,11 @@
</div>
<!-- /.container -->
</div>
<!-- /.container -->
<!-- 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 -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/holder.js"
></script>
<script
src=
"../../assets/js/holder.js"
></script>
</body>
</body>
...
...
This diff is collapsed.
Click to expand it.
examples/grid/index.html
+
5
-
0
View file @
3505606d
...
@@ -105,5 +105,10 @@
...
@@ -105,5 +105,10 @@
</div>
<!-- /container -->
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/respond.min.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
examples/jumbotron-narrow/index.html
+
5
-
0
View file @
3505606d
...
@@ -64,5 +64,10 @@
...
@@ -64,5 +64,10 @@
</div>
<!-- /container -->
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/respond.min.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
examples/jumbotron/index.html
+
6
-
1
View file @
3505606d
...
@@ -98,7 +98,12 @@
...
@@ -98,7 +98,12 @@
</div>
<!-- /container -->
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
examples/justified-nav/index.html
+
6
-
1
View file @
3505606d
...
@@ -70,5 +70,10 @@
...
@@ -70,5 +70,10 @@
</div>
<!-- /container -->
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/respond.min.js"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
examples/navbar-fixed-top/index.html
+
2
-
0
View file @
3505606d
...
@@ -70,10 +70,12 @@
...
@@ -70,10 +70,12 @@
</div>
<!-- /container -->
</div>
<!-- /container -->
<!-- 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 -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
examples/navbar-static-top/index.html
+
2
-
0
View file @
3505606d
...
@@ -71,10 +71,12 @@
...
@@ -71,10 +71,12 @@
</div>
<!-- /container -->
</div>
<!-- /container -->
<!-- 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 -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
examples/navbar/index.html
+
2
-
0
View file @
3505606d
...
@@ -68,10 +68,12 @@
...
@@ -68,10 +68,12 @@
</div>
<!-- /container -->
</div>
<!-- /container -->
<!-- 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 -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
examples/offcanvas/index.html
+
7
-
2
View file @
3505606d
...
@@ -109,9 +109,14 @@
...
@@ -109,9 +109,14 @@
</div>
<!--/.container-->
</div>
<!--/.container-->
<!-- jQuery and plugin -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"offcanvas.js"
></script>
<script
src=
"offcanvas.js"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
examples/signin/index.html
+
6
-
1
View file @
3505606d
...
@@ -32,5 +32,10 @@
...
@@ -32,5 +32,10 @@
</div>
<!-- /container -->
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/respond.min.js"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
examples/starter-template/index.html
+
6
-
1
View file @
3505606d
...
@@ -47,7 +47,12 @@
...
@@ -47,7 +47,12 @@
</div>
<!-- /.container -->
</div>
<!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
examples/sticky-footer-navbar/index.html
+
4
-
1
View file @
3505606d
...
@@ -70,9 +70,12 @@
...
@@ -70,9 +70,12 @@
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
examples/sticky-footer/index.html
+
6
-
1
View file @
3505606d
...
@@ -37,5 +37,10 @@
...
@@ -37,5 +37,10 @@
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/respond.min.js"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
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