[llvm-commits] CVS: nightlytest-serverside/fulltest.php 
    Patrick Jenkins 
    pjenkins at apple.com
       
    Thu Aug 10 15:35:18 PDT 2006
    
    
  
Changes in directory nightlytest-serverside:
fulltest.php updated: 1.11 -> 1.12
---
Log message:
the execution time window now defaults to being closed
---
Diffs of the changes:  (+2 -2)
 fulltest.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
Index: nightlytest-serverside/fulltest.php
diff -u nightlytest-serverside/fulltest.php:1.11 nightlytest-serverside/fulltest.php:1.12
--- nightlytest-serverside/fulltest.php:1.11	Thu Aug  3 16:07:24 2006
+++ nightlytest-serverside/fulltest.php	Thu Aug 10 17:35:02 2006
@@ -265,8 +265,8 @@
  *
  ******************************************************/
 
-print "<font size=\"-1\"><a href=\"javascript://\"onclick=\"toggleLayer('executionTimes');\", id=\"executionTimes_\">(+) Execution Times</a></font>\n";
-print "<div id=\"executionTimes\" style=\"display:;\" class=\"hideable\">\n";
+print "<font size=\"-1\"><a href=\"javascript://\"onclick=\"toggleLayer('executionTimes');\", id=\"executionTimes_\">(-) Execution Times</a></font>\n";
+print "<div id=\"executionTimes\" style=\"display: none;\" class=\"hideable\">\n";
 print"<h3><u>Execution times in seconds:</u></h3><br>\n";
 print "<table border=1 cellpadding=0 cellspacing=0>\n";
 
    
    
More information about the llvm-commits
mailing list