comparison bns_website/templates/bands/band_list.html @ 85:e60af48feb00

band_list.html was referencing some images that no longer exist. This fixes errors seen in the site log files.
author Chris Ridgway <ckridgway@gmail.com>
date Sat, 26 Nov 2011 15:08:25 -0600
parents e0a0ebc56afe
children
comparison
equal deleted inserted replaced
80:a6f150d0ab9d 85:e60af48feb00
24 autoControls: true, 24 autoControls: true,
25 autoHover: true, 25 autoHover: true,
26 randomStart: true, 26 randomStart: true,
27 pager: true, 27 pager: true,
28 pagerType: 'full', 28 pagerType: 'full',
29 nextImage: '{{ STATIC_URL }}images/icon_arrow_right.png',
30 prevImage: '{{ STATIC_URL }}images/icon_arrow_left.png',
31 wrapperClass: 'bands-slider-wrap' 29 wrapperClass: 'bands-slider-wrap'
32 }); 30 });
33 31
34 $("a.band-image").fancybox({ 32 $("a.band-image").fancybox({
35 'transitionIn' : 'elastic', 33 'transitionIn' : 'elastic',