- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 02 Oct 2009 12:24:01 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/scripts In directory hutz:/tmp/cvs-serv14993/WebContent/scripts Modified Files: w3c_unicorn_results.js Log Message: fixed Index: w3c_unicorn_results.js =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/scripts/w3c_unicorn_results.js,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- w3c_unicorn_results.js 2 Oct 2009 12:16:40 -0000 1.15 +++ w3c_unicorn_results.js 2 Oct 2009 12:23:59 -0000 1.16 @@ -23,13 +23,14 @@ else a = title.getElement('a.anchor'); iconHolder.inject(a, 'after'); - - section.store('fxSlide', new Fx.Slide(block, {'duration': slideDuration, 'link': 'cancel'})); - section.store('block', block); - title.addEvent('click', function(event) { - W3C.toggle(section); - }); } + + section.store('fxSlide', new Fx.Slide(block, {'duration': slideDuration, 'link': 'cancel'})); + section.store('block', block); + title.addEvent('click', function(event) { + W3C.toggle(section); + }); + }); $$('.observer .section').each(function(section) {
Received on Friday, 2 October 2009 12:24:02 UTC