Minifying can be disabled for debugging now

This commit is contained in:
Peter 'Pita' Martischka 2011-07-14 20:11:03 +01:00
parent f871602754
commit 83829759e9
3 changed files with 25 additions and 3 deletions

View file

@ -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>