diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-29 20:31:30 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-29 20:31:30 -0500 |
commit | a0c31a9800a87934f23a41773c14ea44c851ecd6 (patch) | |
tree | b883124ac7e75cdb89c7ceee41f0255d2dee0a0f /templates/packages/groups.html | |
parent | 5cd806703f8f8a8316f8bd4f38c00aee85744e9f (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/groups.html')
-rw-r--r-- | templates/packages/groups.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/groups.html b/templates/packages/groups.html index 941ec8de..d2b09de0 100644 --- a/templates/packages/groups.html +++ b/templates/packages/groups.html @@ -28,7 +28,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"> $(document).ready(function() { $(".results").tablesorter({widgets: ['zebra'], sortList: [[1,0], [0,0]]}); |