- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 12:44:42 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/scripts
In directory hutz:/tmp/cvs-serv25564/WebContent/scripts
Modified Files:
w3c_unicorn_results.js
Log Message:
up
Index: w3c_unicorn_results.js
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/scripts/w3c_unicorn_results.js,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- w3c_unicorn_results.js 9 Oct 2009 15:24:58 -0000 1.18
+++ w3c_unicorn_results.js 20 Oct 2009 12:44:40 -0000 1.19
@@ -12,7 +12,7 @@
$$('.section').each(function(section) {
var title = section.getElement('.title');
var block = section.getElement('.block');
- var results = block.getElement('.results');
+ //var results = block.getElement('.results');
if (!section.hasClass('observer') || section.getElement('.section') != null) {
title.addClass('pointer');
@@ -35,7 +35,8 @@
$$('.observer .section').each(function(section) {
if (section.hasClass('warnings'))
W3C.close(section, false);
- if (section.hasClass('errors') || section.hasClass('infos'))
+ else
+ //if (section.hasClass('errors') || section.hasClass('infos'))
W3C.open(section, false);
});
Received on Tuesday, 20 October 2009 12:44:44 UTC