diff options
| author | Kevin Imig <[email protected]> | 2015-08-21 20:23:00 +0200 |
|---|---|---|
| committer | Kevin Imig <[email protected]> | 2015-08-21 20:23:00 +0200 |
| commit | 3b2b6f4a056d755c28e822f85080fae3a7f65b0d (patch) | |
| tree | 045069303436e729650773cb640c574e953ab845 /docs/examples | |
| parent | 69f92408630707fe704eae309a71867adefa3d39 (diff) | |
| download | bootstrap-3b2b6f4a056d755c28e822f85080fae3a7f65b0d.tar.xz bootstrap-3b2b6f4a056d755c28e822f85080fae3a7f65b0d.zip | |
update broken holder.min.js link
update broken holder.min.js link
Diffstat (limited to 'docs/examples')
| -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" }); |
