diff options
| author | Chris Rebert <[email protected]> | 2015-02-07 17:59:19 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-02-16 19:17:01 -0800 |
| commit | a2c7233ac05f3fec7caef614ec4dd35807414da9 (patch) | |
| tree | d162f7cedd9d39d46c57c6b52bd6fc912f916d42 /docs/examples/dashboard/index.html | |
| parent | d13e879042b1ebe26ff41956510c3b71331272b6 (diff) | |
| download | bootstrap-a2c7233ac05f3fec7caef614ec4dd35807414da9.tar.xz bootstrap-a2c7233ac05f3fec7caef614ec4dd35807414da9.zip | |
Use just holder.js instead of docs.min.js in examples when possible
And add explanatory comments to the Carousel & Dashboard examples regarding holder.js
[skip sauce]
Diffstat (limited to 'docs/examples/dashboard/index.html')
| -rw-r--r-- | docs/examples/dashboard/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
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> |
