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
fd7c69b3
Commit
fd7c69b3
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #15765 from twbs/docs.min.js
Cleanup usage of & add notes about docs.min.js in examples
parents
7a4fadb7
a2c7233a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/examples/blog/index.html
+0
-1
docs/examples/blog/index.html
docs/examples/carousel/index.html
+2
-1
docs/examples/carousel/index.html
docs/examples/cover/index.html
+0
-1
docs/examples/cover/index.html
docs/examples/dashboard/index.html
+2
-1
docs/examples/dashboard/index.html
with
4 additions
and
4 deletions
+4
-4
docs/examples/blog/index.html
+
0
-
1
View file @
fd7c69b3
...
@@ -170,7 +170,6 @@
...
@@ -170,7 +170,6 @@
<!-- 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.2/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/carousel/index.html
+
2
-
1
View file @
fd7c69b3
...
@@ -208,7 +208,8 @@
...
@@ -208,7 +208,8 @@
<!-- 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.2/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/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>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script
src=
"../../assets/js/vendor/holder.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/cover/index.html
+
0
-
1
View file @
fd7c69b3
...
@@ -74,7 +74,6 @@
...
@@ -74,7 +74,6 @@
<!-- 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.2/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/dashboard/index.html
+
2
-
1
View file @
fd7c69b3
...
@@ -240,7 +240,8 @@
...
@@ -240,7 +240,8 @@
<!-- 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.2/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/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>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script
src=
"../../assets/js/vendor/holder.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
...
...
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