Skip to content

Commit

Permalink
Update out2html.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GuipengLi committed Sep 17, 2014
1 parent 532ffef commit ed63c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sharepathway/out2html.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def out2html(*args, **kwargs):
<script>
$(document).ready(function()
{
$("#myTable").tablesorter( {sortList: [[0,0], [1,0]]} );
$("#myTable").tablesorter( {sortList: [[5,1], [4,1]]} );
}
);
</script>
Expand Down Expand Up @@ -151,4 +151,4 @@ def out2html(*args, **kwargs):
counter += 1
print >>outfile, """</tbody></table></div>"""
print >>outfile, """<div id='footerText'>Copyright 2014-2017 by Guipeng Li. All Rights Reserved.<br></div></body></html>"""
return enrich
return enrich

0 comments on commit ed63c02

Please sign in to comment.