diff options
| author | Julian Thilo <[email protected]> | 2014-01-18 22:58:05 +0100 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-01-18 22:58:05 +0100 |
| commit | 67594cb544e5b4b206558802318af4dbe77de1e0 (patch) | |
| tree | d5c250921179e66a957d8ec7f80e8d53ecc6b8f9 /docs/examples/theme | |
| parent | a521e982d55370770c1c5e0acef28a64e5a44a14 (diff) | |
| download | bootstrap-67594cb544e5b4b206558802318af4dbe77de1e0.tar.xz bootstrap-67594cb544e5b4b206558802318af4dbe77de1e0.zip | |
Fix holder.js links in examples
Replaces links to holder.js with links to the new docs.min.js.
The uncompressed holder.js file is now in docs/assets/js/vendor,
which is excluded from Jekyll builds. In turn, Holder is now
included in docs.min.js, which is smaller than holder.js,
so this should make everybody happy. :)
Diffstat (limited to 'docs/examples/theme')
| -rw-r--r-- | docs/examples/theme/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index fea282396..080f480f8 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -379,6 +379,6 @@ <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="../../dist/js/bootstrap.min.js"></script> - <script src="../../assets/js/holder.js"></script> + <script src="../../assets/js/docs.min.js"></script> </body> </html> |
