diff options
author | Prabhu Ramachandran | 2017-08-25 08:40:58 +0530 |
---|---|---|
committer | GitHub | 2017-08-25 08:40:58 +0530 |
commit | 9e0f737c25a5156aa884d27357af0aef1145c4b7 (patch) | |
tree | 53ad33f61c239271f62ee2054ad79cb76688645d /yaksh/static | |
parent | 9d5c4a01fd7856f1ef8793b75a9734324c254344 (diff) | |
parent | 30b48c30abebf75ed4b51fd034600e0c7d58c95b (diff) | |
download | online_test-9e0f737c25a5156aa884d27357af0aef1145c4b7.tar.gz online_test-9e0f737c25a5156aa884d27357af0aef1145c4b7.tar.bz2 online_test-9e0f737c25a5156aa884d27357af0aef1145c4b7.zip |
Merge pull request #312 from maheshgudi/yaml_questions
Yaml serialized questions
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/js/show_question.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/js/show_question.js b/yaksh/static/yaksh/js/show_question.js index e3ed1cc..e7cd817 100644 --- a/yaksh/static/yaksh/js/show_question.js +++ b/yaksh/static/yaksh/js/show_question.js @@ -37,3 +37,7 @@ function confirm_edit(frm) else return true; } +$(document).ready(function() + { + $("#questions-table").tablesorter({sortList: [[0,0], [4,0]]}); + });
\ No newline at end of file |