summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authoradityacp2018-01-14 16:20:58 +0530
committeradityacp2018-01-14 16:20:58 +0530
commitef22478a11d518982f38a6a0d4d84f6f8ba5e492 (patch)
tree99b437d71f841cb1ac9f26266d7e7de04031f340 /yaksh/static
parent5d206993d21c169cbc115733188f898d6c762e83 (diff)
downloadonline_test-ef22478a11d518982f38a6a0d4d84f6f8ba5e492.tar.gz
online_test-ef22478a11d518982f38a6a0d4d84f6f8ba5e492.tar.bz2
online_test-ef22478a11d518982f38a6a0d4d84f6f8ba5e492.zip
Change in models.py, course.js and course_detail.html
- Merge future imports in models into one - Add table sorter in course.js and course_detail.html
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){