diff options
| author | Mark Otto <[email protected]> | 2014-01-18 14:11:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-18 14:11:36 -0800 |
| commit | 689e75e4b1b8055e657b30eb692b34ebf9d549da (patch) | |
| tree | 711f3f78d34a69f34ee40fa24a7e8fc4f961ae00 /docs/examples | |
| parent | b886fd2f012f3ebe68292aaedf55d5c3709f972b (diff) | |
| parent | b1721f42cc8298fb691530614ee6d52389872e25 (diff) | |
| download | bootstrap-689e75e4b1b8055e657b30eb692b34ebf9d549da.tar.xz bootstrap-689e75e4b1b8055e657b30eb692b34ebf9d549da.zip | |
Merge branch 'master' into text-emphasis-variant
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/blog/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/carousel/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/cover/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/dashboard/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/theme/index.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html index e0a92c207..575a0fd15 100644 --- a/docs/examples/blog/index.html +++ b/docs/examples/blog/index.html @@ -166,6 +166,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> diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 3f53947b8..5d45a9ca2 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -201,6 +201,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> diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index 2bef11385..094afdf13 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -70,6 +70,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> diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index d06644878..83c6eb97d 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -238,6 +238,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> 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> |
