summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/js/show_question.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/static/yaksh/js/show_question.js b/yaksh/static/yaksh/js/show_question.js
index 7cfbf4c..e7cd817 100644
--- a/yaksh/static/yaksh/js/show_question.js
+++ b/yaksh/static/yaksh/js/show_question.js
@@ -39,5 +39,5 @@ function confirm_edit(frm)
}
$(document).ready(function()
{
- $("#questions-table").tablesorter({sortList: [[]]});
+ $("#questions-table").tablesorter({sortList: [[0,0], [4,0]]});
}); \ No newline at end of file