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/devel/index.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/devel/index.html')
-rw-r--r-- | templates/devel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index ad024a34..2c94c9e3 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -288,7 +288,7 @@ {% endcache %} {% 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() { |