Author: thatsafunnyname
Date: Thu Mar 26 06:15:06 2009
New Revision: 725

Modified:
    trunk/bin/nytprofhtml

Log:
This is .js not .pl, the trailing comma caused a warning in MS IE

Modified: trunk/bin/nytprofhtml
==============================================================================
--- trunk/bin/nytprofhtml       (original)
+++ trunk/bin/nytprofhtml       Thu Mar 26 06:15:06 2009
@@ -257,7 +257,7 @@
          $("#subs_table").tablesorter({
              headers: {
                  3: { sorter: 'fmt_time' },
-                4: { sorter: 'fmt_time' },
+                4: { sorter: 'fmt_time' }
              }
          });
      } if @subs_to_show == @subs;

--~--~---------~--~----~------------~-------~--~----~
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]
-~----------~----~----~----~------~----~------~--~---

Reply via email to