diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-05-06 20:21:14 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-05-06 20:21:14 +0000 |
commit | 38f279ae46364bf079dbaa30a5c6cb80a47dd718 (patch) | |
tree | c9fe9b138f148d909477da5500f4b286bb186aae /templates/todolists | |
parent | 3d65a994502ff301f13ad153c5cd421c6bc1ea37 (diff) | |
parent | d71d0e9e9e97a1ca80bf2b81081b4b4db7fbea76 (diff) |
Merge branch 'master' of git://parabolagnulinux.org/parabolaweb
Diffstat (limited to 'templates/todolists')
-rw-r--r-- | templates/todolists/list.html | 2 | ||||
-rw-r--r-- | templates/todolists/public_list.html | 2 | ||||
-rw-r--r-- | templates/todolists/view.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/todolists/list.html b/templates/todolists/list.html index ac93aade..38d491d9 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.js"></script> +<script type="text/javascript" src="/media/jquery.tablesorter.min.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 839122dc..fcb77c65 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.js"></script> +<script type="text/javascript" src="/media/jquery.tablesorter.min.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 58e96acf..d48c362d 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.js"></script> +<script type="text/javascript" src="/media/jquery.tablesorter.min.js"></script> <script type="text/javascript" src="/media/archweb.js"></script> <script type="text/javascript"> $(document).ready(function() { |