Author: tim.bunce
Date: Mon Nov 24 08:00:05 2008
New Revision: 624
Modified:
trunk/bin/nytprofhtml
Log:
Leave the table rows in their original order to start with
Modified: trunk/bin/nytprofhtml
==============================================================================
--- trunk/bin/nytprofhtml (original)
+++ trunk/bin/nytprofhtml Mon Nov 24 08:00:05 2008
@@ -242,7 +242,6 @@
# sort on 4th col (excl_time,desc) then 6th (pkg+name)
push @on_ready_js, q{
$("#subs_table").tablesorter({
- sortList: [[3,1]],
headers: {
3: { sorter: 'fmt_time' },
4: { sorter: 'fmt_time' },
@@ -691,10 +690,8 @@
print OUT "</tfoot>\n";
}
print OUT '</table>';
- # sort on 2nd col (excl_time,desc) then 5th (name)
push @on_ready_js, q{
$("#filestable").tablesorter({
- sortList: [[1,1],[4,0]],
headers: {
1: { sorter: 'fmt_time' },
2: { sorter: 'fmt_time' },
--~--~---------~--~----~------------~-------~--~----~
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---