Mercurial > repos > vimalkumarvelayudhan > riboplot
view data/js/custom.js @ 7:096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Thu, 13 Aug 2015 15:03:20 +0100 |
parents | ca58e9466cbf |
children |
line wrap: on
line source
$(document).ready(function() { $("#counts-table").tablesorter({sortList: [[2,1]]}); //assign the sortStart event $("#counts-table").bind("sortStart", function() { $("#overlay").show(); }).bind("sortEnd",function() { $("#overlay").hide(); }); } );