mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
create link to timeslider while runtime instead of doing a javascript link
This commit is contained in:
parent
a4627a4b6d
commit
8d5770e44a
1 changed files with 4 additions and 1 deletions
|
@ -100,7 +100,10 @@ var clientVars = {}; // ]]>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="javascript:document.location = document.location+ '/timeslider'" title="Show the history of this pad">
|
<a id="timesliderlink" title="Show the history of this pad">
|
||||||
|
<script>
|
||||||
|
$("#timesliderlink").attr("href", document.location+ '/timeslider');
|
||||||
|
</script>
|
||||||
<img src="/static/img/editbar_timeslider.gif" />
|
<img src="/static/img/editbar_timeslider.gif" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue