diff options
Diffstat (limited to 'templates/todolists')
-rw-r--r-- | templates/todolists/view.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 7eb88ae..535fe26 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -1,14 +1,5 @@ {% extends "base.html" %} {% block head %} -<script type="text/javascript" src="/media/jquery-1.2.3.min.js"></script> -<script type="text/javascript" src="/media/jquery.tablesorter.min.js"></script> -<script type="text/javascript"> - $(document).ready( - function(){ - $("#todotable").tablesorter({widgets: ['zebra']}); - } - ); -</script> <style type="text/css"> table#todotable thead tr .header { background-image: url('/media/bg.gif'); |