diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-15 01:14:24 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-15 01:14:24 -0500 |
commit | ba1936caf48c3d5f85531918623fb83da5e9c27e (patch) | |
tree | b4e2d24680f1d8c52263d3f860d9c5a6928fc1fa /templates/todolists/view.html | |
parent | 9daa52bb327ab238952636f7d48103d4c84e675b (diff) | |
parent | 8fb6581c7ace21e36ea65de84b42f9f41826d9a7 (diff) |
Merge tag 'release_2012-02-23'
Fix template fragment caching issue
Diffstat (limited to 'templates/todolists/view.html')
-rw-r--r-- | templates/todolists/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html index fb06ebdd..9c87f38b 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -78,7 +78,7 @@ $(document).ready(function() { $(".results").tablesorter({ widgets: ['zebra'], sortList: [[2,0], [0,0]], - headers: { 4: { sorter: 'todostatus' } } + headers: { 5: { sorter: 'todostatus' } } }); }); </script> |