create link to timeslider while runtime instead of doing a javascript link
parent
a4627a4b6d
commit
8d5770e44a
|
@ -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 New Issue