summaryrefslogtreecommitdiff
path: root/templates/todolists
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-15 01:14:24 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-15 01:14:24 -0500
commitba1936caf48c3d5f85531918623fb83da5e9c27e (patch)
treeb4e2d24680f1d8c52263d3f860d9c5a6928fc1fa /templates/todolists
parent9daa52bb327ab238952636f7d48103d4c84e675b (diff)
parent8fb6581c7ace21e36ea65de84b42f9f41826d9a7 (diff)
Merge tag 'release_2012-02-23'
Fix template fragment caching issue
Diffstat (limited to 'templates/todolists')
-rw-r--r--templates/todolists/view.html2
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>