From 02a6252c2ae7d8a05515cce6ba704db509709276 Mon Sep 17 00:00:00 2001 From: Charles Holbrow Date: Mon, 11 Feb 2013 16:51:38 -0500 Subject: [PATCH] Clarifying comment --- karmaworld/templates/courses/course_list.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/karmaworld/templates/courses/course_list.html b/karmaworld/templates/courses/course_list.html index 9df50c2..32125e8 100644 --- a/karmaworld/templates/courses/course_list.html +++ b/karmaworld/templates/courses/course_list.html @@ -24,8 +24,7 @@ $(document).ready(function() headers: { 3: { filter: false, sorter: true }, 4: { filter: false, sorter: true } }, widgetOptions : { - // This isn't working how I hoped. It appears that tablesorter isn't actually changing the - // even odd in accordance with the filter + // Doesn't work with filter plugin zebra : [ "odd", "even" ], //Resizable widget: If this option is set to false, resized column widths will not be saved. -- 2.25.1