create link to timeslider while runtime instead of doing a javascript link
This commit is contained in:
parent
a4627a4b6d
commit
8d5770e44a
|
@ -100,7 +100,10 @@ var clientVars = {}; // ]]>
|
|||
</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" />
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue