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
3505606d
Commit
3505606d
authored
Aug 17, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add respond.js to all examples (fixes #9731)
parent
e279ffab
Changes
13
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
58 additions
and
9 deletions
+58
-9
examples/carousel/index.html
examples/carousel/index.html
+1
-1
examples/grid/index.html
examples/grid/index.html
+5
-0
examples/jumbotron-narrow/index.html
examples/jumbotron-narrow/index.html
+5
-0
examples/jumbotron/index.html
examples/jumbotron/index.html
+6
-1
examples/justified-nav/index.html
examples/justified-nav/index.html
+6
-1
examples/navbar-fixed-top/index.html
examples/navbar-fixed-top/index.html
+2
-0
examples/navbar-static-top/index.html
examples/navbar-static-top/index.html
+2
-0
examples/navbar/index.html
examples/navbar/index.html
+2
-0
examples/offcanvas/index.html
examples/offcanvas/index.html
+7
-2
examples/signin/index.html
examples/signin/index.html
+6
-1
examples/starter-template/index.html
examples/starter-template/index.html
+6
-1
examples/sticky-footer-navbar/index.html
examples/sticky-footer-navbar/index.html
+4
-1
examples/sticky-footer/index.html
examples/sticky-footer/index.html
+6
-1
No files found.
examples/carousel/index.html
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>
...
...
examples/grid/index.html
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>
examples/jumbotron-narrow/index.html
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>
examples/jumbotron/index.html
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>
examples/justified-nav/index.html
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>
examples/navbar-fixed-top/index.html
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>
examples/navbar-static-top/index.html
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>
examples/navbar/index.html
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>
examples/offcanvas/index.html
View file @
3505606d
...
@@ -109,8 +109,13 @@
...
@@ -109,8 +109,13 @@
</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>
...
...
examples/signin/index.html
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>
examples/starter-template/index.html
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>
examples/sticky-footer-navbar/index.html
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>
examples/sticky-footer/index.html
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>
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