summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authormahesh2017-08-16 18:28:26 +0530
committermahesh2017-08-16 22:40:41 +0530
commit67f3119a2e27673694db907d21f501bc8247fce1 (patch)
treeeaea007df8f9b99cca4d0b2fbedd91e15e2ff161 /yaksh/static
parenta116370a56ccfb43cbd97e7588e0d0a6a19453d8 (diff)
downloadonline_test-67f3119a2e27673694db907d21f501bc8247fce1.tar.gz
online_test-67f3119a2e27673694db907d21f501bc8247fce1.tar.bz2
online_test-67f3119a2e27673694db907d21f501bc8247fce1.zip
Adds ruamel.yaml instead of pyyaml
- Preserves escape characters - Adds ruamel.yaml in requirements
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