diff options
| author | Chris Rebert <[email protected]> | 2015-02-07 17:53:51 -0800 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-02-16 11:40:42 +0200 |
| commit | d13e879042b1ebe26ff41956510c3b71331272b6 (patch) | |
| tree | aa4a65b2af939d17d06160985be492d2f51962b5 /docs/examples | |
| parent | 7a4fadb7b8d6a60f2cbfd42fab880bccb179081c (diff) | |
| download | bootstrap-d13e879042b1ebe26ff41956510c3b71331272b6.tar.xz bootstrap-d13e879042b1ebe26ff41956510c3b71331272b6.zip | |
Remove docs.min.js from Blog & Cover examples since it's unnecessary.
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/blog/index.html | 1 | ||||
| -rw-r--r-- | docs/examples/cover/index.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html index 5af11f4e0..4597af1e7 100644 --- a/docs/examples/blog/index.html +++ b/docs/examples/blog/index.html @@ -170,7 +170,6 @@ <!-- 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="../../dist/js/bootstrap.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> diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index b1f449773..4989c02ed 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -74,7 +74,6 @@ <!-- 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="../../dist/js/bootstrap.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> |
