diff options
| author | Heinrich Fenkart <[email protected]> | 2015-08-22 17:55:13 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2015-08-22 17:55:13 +0200 |
| commit | 0b585b2ffe8ebd1a64b4a0154c338cc5bda03e66 (patch) | |
| tree | 045069303436e729650773cb640c574e953ab845 | |
| parent | 69f92408630707fe704eae309a71867adefa3d39 (diff) | |
| parent | 3b2b6f4a056d755c28e822f85080fae3a7f65b0d (diff) | |
| download | bootstrap-0b585b2ffe8ebd1a64b4a0154c338cc5bda03e66.tar.xz bootstrap-0b585b2ffe8ebd1a64b4a0154c338cc5bda03e66.zip | |
Merge pull request #17216 from Kevinci/patch-1
v4 - Fix broken holder.min.js link in album example
| -rw-r--r-- | docs/examples/album/index.html | 2 |
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" }); |
