- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 May 2011 05:14:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv18422 Modified Files: jump-indexes.js Log Message: updated Index: jump-indexes.js =================================================================== RCS file: /sources/public/html5/spec-author-view/jump-indexes.js,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- jump-indexes.js 9 May 2011 05:10:32 -0000 1.2 +++ jump-indexes.js 9 May 2011 05:14:42 -0000 1.3 @@ -24,7 +24,7 @@ if (jumpIndexA.style.display === "block") { jumpIndexA.style.display = "none"; jumpIndexAbutton.firstChild.textContent = "jump"; - } else if (event.target.id = "jumpIndexA-button") { + } else if (event.target.id === "jumpIndexA-button") { jumpIndexA.style.display = "block"; jumpIndexAbutton.firstChild.textContent = "(ESC to close)"; }
Received on Monday, 9 May 2011 05:14:46 UTC