- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Sep 2009 13:01:36 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/scripts
In directory hutz:/tmp/cvs-serv2303/WebContent/scripts
Modified Files:
w3c_unicorn_results.js
Log Message:
does not close invalid observation si hash is specified
Index: w3c_unicorn_results.js
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/scripts/w3c_unicorn_results.js,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- w3c_unicorn_results.js 15 Sep 2009 12:34:30 -0000 1.8
+++ w3c_unicorn_results.js 15 Sep 2009 13:01:34 -0000 1.9
@@ -162,7 +162,9 @@
return;
}
var observer = W3C.Observers[observerIndex];
- W3C.closeAllObserversBut(observer, false);
+ //W3C.closeAllObserversBut(observer, false);
+ // OR //
+ W3C.open(observer, false);
if (!sectionId) {
scroller.toElement(observer);
Received on Tuesday, 15 September 2009 13:01:47 UTC