Jake Vanderwerf
6 hours ago 88d9e0e2b7997eb0c96dc737082c91b4e3f7ca6e
assets/js/Gallery.js
@@ -165,6 +165,8 @@
         newIndex = this.items.length - 1;
      } else if (newIndex >= this.items.length) {
         newIndex = 0;
      } else if (this.items.length - newIndex === 3) {
         this.notify('load-more');
      }
      this.index = newIndex;