mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 19:29:15 -04:00
Sliding now triggers goToRevision.
This commit is contained in:
parent
676ff3f436
commit
b8591edc8d
2 changed files with 4 additions and 1 deletions
|
@ -58,6 +58,7 @@ $.Class("RevisionSlider",
|
|||
},
|
||||
onSlide: function (value) {
|
||||
console.log("in slide handler:", value);
|
||||
this.goToRevision(value);
|
||||
},
|
||||
loadElements: function (root_element) {
|
||||
this.elements.root = root_element;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue