function currentSlide()

in content/js/slideshow.js [8:10]


function currentSlide(n) {
  showSlides(slideIndex = n);
}