diff options
author | mahesh | 2017-08-16 18:28:26 +0530 |
---|---|---|
committer | mahesh | 2017-08-16 22:40:41 +0530 |
commit | 67f3119a2e27673694db907d21f501bc8247fce1 (patch) | |
tree | eaea007df8f9b99cca4d0b2fbedd91e15e2ff161 /yaksh/static | |
parent | a116370a56ccfb43cbd97e7588e0d0a6a19453d8 (diff) | |
download | online_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.js | 2 |
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 |