We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pack.js
1 parent 61dc26a commit 45a0cf5Copy full SHA for 45a0cf5
layouts/_default/baseof.html
@@ -60,7 +60,11 @@
60
<div class="stud"></div>
61
</div>
62
</footer>
63
- <script src="js/pack.js"></script>
+ {{- $jquery := resources.Get "js/jquery-1.10.2.min.js" -}}
64
+ {{- $fancybox := resources.Get "js/jquery.fancybox.js" -}}
65
+ {{- $mousewheel := resources.Get "js/jquery.mousewheel.js" -}}
66
+ {{- $js := slice $jquery $fancybox $mousewheel | resources.Concat "js/pack.js" }}
67
+ <script src="{{ $js.RelPermalink }}"></script>
68
<script>
69
$(document).ready(function() {
70
$(".fancybox-thumb").fancybox({
static/js/pack.js
0 commit comments