- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Sep 2009 11:41:38 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/scripts In directory hutz:/tmp/cvs-serv14208/WebContent/scripts Modified Files: w3c_unicorn_index.js Log Message: removed automatic hash update on load Index: w3c_unicorn_index.js =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/scripts/w3c_unicorn_index.js,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- w3c_unicorn_index.js 11 Sep 2009 11:10:41 -0000 1.9 +++ w3c_unicorn_index.js 15 Sep 2009 11:41:36 -0000 1.10 @@ -1,3 +1,4 @@ +/* $Id$Id */ var W3C = { start: function(){ @@ -24,7 +25,7 @@ W3C.Loader = new Element('img', {'src': 'images/ajax-loader.gif', 'class': 'loader'}); W3C.prepareDocument(); W3C.parseHash(); - W3C.updateHash(); + //W3C.updateHash(); W3C.showTab(W3C.SelectedTab, false); W3C.selectTask(W3C.SelectedTask, false);
Received on Tuesday, 15 September 2009 11:41:46 UTC