summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/js/course.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/js/course.js b/yaksh/static/yaksh/js/course.js
index 1ca908b..1c64a3e 100644
--- a/yaksh/static/yaksh/js/course.js
+++ b/yaksh/static/yaksh/js/course.js
@@ -133,6 +133,9 @@ $("#export").click(function (event) {
exportTableToCSV.apply(this, [$('#course_table'), outputFile]);
});
+// Table sorter for course details
+$("table").tablesorter({});
+
});
function view_status(unit){