diff options
author | mahesh | 2017-08-03 02:07:47 +0530 |
---|---|---|
committer | mahesh | 2017-08-03 02:34:38 +0530 |
commit | d5332431f7c042e7e16183f76dee70269bbebded (patch) | |
tree | 37b2efcaa1610adc42ed5e40ac657444af54fca2 /yaksh/static | |
parent | 66e8f39bb390b3ec2547d82512349fabf67e3d7c (diff) | |
download | online_test-d5332431f7c042e7e16183f76dee70269bbebded.tar.gz online_test-d5332431f7c042e7e16183f76dee70269bbebded.tar.bz2 online_test-d5332431f7c042e7e16183f76dee70269bbebded.zip |
Modifies UI for questions section
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..7cfbf4c 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: [[]]}); + });
\ No newline at end of file |