Viewing 1 replies (of 1 total)
  • Thread Starter Dorian Speed

    (@dorian-speed)

    Updated – posting this here for others who may have encountered the same issue. Per the plugin author’s suggestion, I modified the slides.js file, commenting out lines 405-406. That means I changed this:

    if (tobeginning !== undefined)
        tobeginning.addEventListener('click', beginSlide, false);

    to this:

    /* if (tobeginning !== undefined)
        tobeginning.addEventListener('click', beginSlide, false); */

    It seems to have resolved the issue.

Viewing 1 replies (of 1 total)

The topic ‘"Build" feature doesn't seem to work’ is closed to new replies.