Merge pull request #17216 from Kevinci/patch-1

v4 - Fix broken holder.min.js link in album example
This commit is contained in:
Heinrich Fenkart 2015-08-22 17:55:13 +02:00
commit 0b585b2ffe
1 changed files with 1 additions and 1 deletions

View File

@ -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" });