mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 18:36:14 -04:00
Minifying can be disabled for debugging now
This commit is contained in:
parent
f871602754
commit
83829759e9
3 changed files with 25 additions and 3 deletions
|
@ -125,7 +125,7 @@ We removed this feature cause its not worth the space it needs in the editbar
|
|||
<li>
|
||||
<a id="timesliderlink" title="Show the history of this pad">
|
||||
<script>
|
||||
$("#timesliderlink").attr("href", document.location+ '/timeslider');
|
||||
document.getElementById('timesliderlink').href = document.location+ '/timeslider';
|
||||
</script>
|
||||
<img src="../static/img/editbar_timeslider.gif" width="16" height="16" />
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue