diff options
author | maheshgudi | 2017-01-21 11:54:38 +0530 |
---|---|---|
committer | maheshgudi | 2017-01-21 12:46:30 +0530 |
commit | e8f752650a63c0bc50dd67c2fedf24444f20fcae (patch) | |
tree | 6d5981b179bce4299cf58b438980df59567bf8fb /yaksh/templates | |
parent | bfc97a55dddb4e1c3b6c49cc0a0f963e9b8a744c (diff) | |
download | online_test-e8f752650a63c0bc50dd67c2fedf24444f20fcae.tar.gz online_test-e8f752650a63c0bc50dd67c2fedf24444f20fcae.tar.bz2 online_test-e8f752650a63c0bc50dd67c2fedf24444f20fcae.zip |
monitor sorts wrt to highest score. removed quiz instructions from models.
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/monitor.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yaksh/templates/yaksh/monitor.html b/yaksh/templates/yaksh/monitor.html index 0ad6401..b84f050 100644 --- a/yaksh/templates/yaksh/monitor.html +++ b/yaksh/templates/yaksh/monitor.html @@ -11,10 +11,10 @@ <script type="text/javascript"> $(document).ready(function() { - $("#result-table").tablesorter(); - } -); + $("#result-table").tablesorter({sortList: [[5,1]]}); + }); </script> + {% endblock %} |