diff options
| author | Chris Rebert <[email protected]> | 2015-02-16 19:29:58 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-02-16 19:29:58 -0800 |
| commit | fd7c69b30f422b0e9b469cbd64c60920bbdd0346 (patch) | |
| tree | d162f7cedd9d39d46c57c6b52bd6fc912f916d42 | |
| parent | 7a4fadb7b8d6a60f2cbfd42fab880bccb179081c (diff) | |
| parent | a2c7233ac05f3fec7caef614ec4dd35807414da9 (diff) | |
| download | bootstrap-fd7c69b30f422b0e9b469cbd64c60920bbdd0346.tar.xz bootstrap-fd7c69b30f422b0e9b469cbd64c60920bbdd0346.zip | |
Merge pull request #15765 from twbs/docs.min.js
Cleanup usage of & add notes about docs.min.js in examples
| -rw-r--r-- | docs/examples/blog/index.html | 1 | ||||
| -rw-r--r-- | docs/examples/carousel/index.html | 3 | ||||
| -rw-r--r-- | docs/examples/cover/index.html | 1 | ||||
| -rw-r--r-- | docs/examples/dashboard/index.html | 3 |
4 files changed, 4 insertions, 4 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/carousel/index.html b/docs/examples/carousel/index.html index 3bf025daa..15b1e5c0d 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -208,7 +208,8 @@ <!-- 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> + <!-- 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 --> <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> diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 463dbdcb9..3e5421c98 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -240,7 +240,8 @@ <!-- 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> + <!-- 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 --> <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> |
