diff --git a/src/static/js/revisionslider.js b/src/static/js/revisionslider.js index 84d2a9f4c..2fd092686 100644 --- a/src/static/js/revisionslider.js +++ b/src/static/js/revisionslider.js @@ -49,11 +49,13 @@ $.Class("RevisionSlider", }, onChange: function (value) { console.log("in change handler:", value); - this.goToRevision(value); + if (!this.is_playing) + this.goToRevision(value); }, onSlide: function (value) { console.log("in slide handler:", value); - this.goToRevision(value); + if (!this.is_playing) + this.goToRevision(value); }, /** * Populate the elements dictionary with the various elements we might want