summaryrefslogtreecommitdiff
path: root/templates/packages/signoffs.html
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-29 20:31:30 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-29 20:31:30 -0500
commita0c31a9800a87934f23a41773c14ea44c851ecd6 (patch)
treeb883124ac7e75cdb89c7ceee41f0255d2dee0a0f /templates/packages/signoffs.html
parent5cd806703f8f8a8316f8bd4f38c00aee85744e9f (diff)
Remove .min.js files.
The only way they can be created satisfactorily is with django's compress.py, which requires the Google Closure Compiler, which is not packaged for Parabola. They can be re-added when the Google Closure Compiler is packaged.
Diffstat (limited to 'templates/packages/signoffs.html')
-rw-r--r--templates/packages/signoffs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/signoffs.html b/templates/packages/signoffs.html
index c24774a9..4ed26a40 100644
--- a/templates/packages/signoffs.html
+++ b/templates/packages/signoffs.html
@@ -79,7 +79,7 @@
</table>
</div>
{% load cdn %}{% jquery %}
-<script type="text/javascript" src="/media/jquery.tablesorter.min.js"></script>
+<script type="text/javascript" src="/media/jquery.tablesorter.js"></script>
<script type="text/javascript" src="/media/archweb.js"></script>
<script type="text/javascript">
$(document).ready(function() {