Changeset 828:19969a0d7077

Show
Ignore:
Timestamp:
10/20/09 12:44:40 (4 years ago)
Author:
tgambet
Branch:
default
convert_revision:
svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@829
Message:

up

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WebContent/scripts/w3c_unicorn_results.js

    r734 r828  
    1 /* $Id: w3c_unicorn_results.js,v 1.18 2009-10-09 15:24:58 tgambet Exp $ */ 
     1/* $Id: w3c_unicorn_results.js,v 1.19 2009-10-20 12:44:40 tgambet Exp $ */ 
    22var W3C = { 
    33         
     
    1313                        var title = section.getElement('.title'); 
    1414                        var block = section.getElement('.block'); 
    15                         var results = block.getElement('.results'); 
     15                        //var results = block.getElement('.results'); 
    1616                         
    1717                        if (!section.hasClass('observer') || section.getElement('.section') != null) { 
     
    3636                        if (section.hasClass('warnings')) 
    3737                                W3C.close(section, false); 
    38                         if (section.hasClass('errors') || section.hasClass('infos')) 
     38                        else 
     39                        //if (section.hasClass('errors') || section.hasClass('infos')) 
    3940                                W3C.open(section, false); 
    4041                });