Revision: 900 Author: tim.bunce Date: Sat Nov 14 13:24:31 2009 Log: Fixed link to tablesorter css file
http://code.google.com/p/perl-devel-nytprof/source/detail?r=900 Modified: /trunk/bin/nytprofhtml ======================================= --- /trunk/bin/nytprofhtml Fri Oct 23 05:24:06 2009 +++ /trunk/bin/nytprofhtml Sat Nov 14 13:24:31 2009 @@ -1357,7 +1357,7 @@ <script type="text/javascript" src="js/jquery-min.js"></script> <script type="text/javascript" src="js/jquery-tablesorter-min.js"></script> - <link rel="stylesheet" type="text/css" href="style-tablesorter.css" /> + <link rel="stylesheet" type="text/css" href="js/style-tablesorter.css" /> <script type="text/javascript"> // when a column is first clicked on to sort it, use descending order // XXX doesn't seem to work (and not just because the tablesorter formatSortingOrder() is broken) -- 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]
