don't change slides when navigating through history

pull/1/head
ansuz 8 years ago
parent ffcbde4325
commit 51e06e68a7

@ -225,7 +225,7 @@ define([
if (e.which === 33) { p(); return render(getNext(10)); } // PageUp
if (e.which === 34) { p(); return render(getPrevious(10)); } // PageUp
if (e.which === 27) { p(); $close.click(); }
}).focus();
}).keyup(function (e) { e.stopPropagation(); }).focus();
$cur.on('change', function () {
render( get($cur.val() - 1) );
});

Loading…
Cancel
Save