LouisWhit

Results 3 comments of LouisWhit

What I find to be very odd is that `tilda + a + 1` does not work... Yet `tilda + q + 1` does work. I find that A,B,G,P,V,Y are...

I agree it may be too obscure to justify spending much time working on it. We just altered our combo's to ones that do work seamlessly. Keep up the good...

In the DragSlideshow.prototype._navigate function Just check to see if this.current is greater than 12 but less than 13. ex: this.current = this.dd.getStep()[0] - 1; if (this.current > 12 && this.current...