aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2015-08-22 17:55:13 +0200
committerHeinrich Fenkart <[email protected]>2015-08-22 17:55:13 +0200
commit0b585b2ffe8ebd1a64b4a0154c338cc5bda03e66 (patch)
tree045069303436e729650773cb640c574e953ab845 /docs/examples
parent69f92408630707fe704eae309a71867adefa3d39 (diff)
parent3b2b6f4a056d755c28e822f85080fae3a7f65b0d (diff)
downloadbootstrap-0b585b2ffe8ebd1a64b4a0154c338cc5bda03e66.tar.xz
bootstrap-0b585b2ffe8ebd1a64b4a0154c338cc5bda03e66.zip
Merge pull request #17216 from Kevinci/patch-1
v4 - Fix broken holder.min.js link in album example
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/album/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/album/index.html b/docs/examples/album/index.html
index ac456377b..3160feb85 100644
--- a/docs/examples/album/index.html
+++ b/docs/examples/album/index.html
@@ -119,7 +119,7 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script src="../../assets/js/vendor/holder.js"></script>
+ <script src="../../assets/js/vendor/holder.min.js"></script>
<script>
$(function () {
Holder.addTheme("thumb", { background: "#55595c", foreground: "#eceeef", text: "Thumbnail" });