mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
Buttons to the timeslider and back are working now
This commit is contained in:
parent
247462e2f8
commit
6e09517d55
3 changed files with 16 additions and 16 deletions
|
@ -100,9 +100,9 @@ var clientVars = {}; // ]]>
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('timeslider'));" title="Show the history of this pad">
|
||||
<img src="/static/img/editbar_timeslider.gif" />
|
||||
</a>
|
||||
<a href="javascript:document.location = document.location+ '/timeslider'" title="Show the history of this pad">
|
||||
<img src="/static/img/editbar_timeslider.gif" />
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue