- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Aug 2009 08:14:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/scripts In directory hutz:/tmp/cvs-serv25234/WebContent/scripts Modified Files: Tag: dev2 w3c-validator.js Log Message: worked on the new interface Index: w3c-validator.js =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/scripts/Attic/w3c-validator.js,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- w3c-validator.js 5 Aug 2009 10:26:43 -0000 1.1.2.1 +++ w3c-validator.js 19 Aug 2009 08:14:13 -0000 1.1.2.2 @@ -13,7 +13,7 @@ W3C.TabLinks = W3C.TabSet.getElements('a'); W3C.Sections = $$('fieldset.tabset_content'); - W3C.Submits = $$('input[type=submit]'); + W3C.Submits = $$('input.js[type=submit]'); W3C.Forms = $$('form'); W3C.Submits.each(function(submit, i){
Received on Wednesday, 19 August 2009 08:14:23 UTC