summaryrefslogtreecommitdiff
path: root/templates/todolists
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/todolists
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/todolists')
-rw-r--r--templates/todolists/list.html2
-rw-r--r--templates/todolists/public_list.html2
-rw-r--r--templates/todolists/view.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/todolists/list.html b/templates/todolists/list.html
index 38d491d9..ac93aade 100644
--- a/templates/todolists/list.html
+++ b/templates/todolists/list.html
@@ -43,7 +43,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() {
// I'm not sure why it didn't autodetect digit, but it has to be explicit
diff --git a/templates/todolists/public_list.html b/templates/todolists/public_list.html
index fcb77c65..839122dc 100644
--- a/templates/todolists/public_list.html
+++ b/templates/todolists/public_list.html
@@ -65,7 +65,7 @@
</div>
{% endif %}
{% 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: [[0,0], [1,0]]});
diff --git a/templates/todolists/view.html b/templates/todolists/view.html
index d48c362d..58e96acf 100644
--- a/templates/todolists/view.html
+++ b/templates/todolists/view.html
@@ -57,7 +57,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() {