Showing
4 changed files
with
3 additions
and
2 deletions
@@ -52,6 +52,7 @@ refSwiper = new Swiper('#reference-swiper-container',{ | @@ -52,6 +52,7 @@ refSwiper = new Swiper('#reference-swiper-container',{ | ||
52 | slidesPerView: 'auto' | 52 | slidesPerView: 'auto' |
53 | }); | 53 | }); |
54 | 54 | ||
55 | + | ||
55 | handleHelper = Handlebars.registerHelper('addOne', function(index) { | 56 | handleHelper = Handlebars.registerHelper('addOne', function(index) { |
56 | return index + 1; | 57 | return index + 1; |
57 | }); | 58 | }); |
-
Please register or login to post a comment