mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
Missed one element
This commit is contained in:
parent
3d4b6a9a4a
commit
66c75e0fc9
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ $.Class("RevisionSlider",
|
|||
if (revNum < 0)
|
||||
revNum = 0;
|
||||
console.log("GO TO REVISION", revNum);
|
||||
this.elements["revision-label"].html(html10n.get("timeslider.version", { "version": revNum }));
|
||||
this.elements.revision_label.html(html10n.get("timeslider.version", { "version": revNum }));
|
||||
this.slider.setValue(revNum);
|
||||
this.revision_number = revNum;
|
||||
//TODO: set the enabled/disabled for button-left and button-right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue