vrana Mon May 15 12:55:14 2006 UTC
Modified files:
/phpdoc/htmlhelp/suppfiles/skins/phpZ skin.js
Log:
Default focus to search is more useful than access keys (spotted by Roman
Salis)
http://cvs.php.net/viewcvs.cgi/phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js
diff -u phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js:1.5
phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js:1.6
--- phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js:1.5 Sat Jul 30 19:36:18 2005
+++ phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js Mon May 15 12:55:14 2006
@@ -36,8 +36,6 @@
assembleSkin();
document.all('pageContent').style.display = 'block';
//showPageCode();
- // RAQ : Thursday, 17 February 2005 02:20 pm : Force focus to document
to allow access keys to function.
- document.focus();
// RAQ : Wednesday, 16 March 2005 01:58 pm : Force notes to be
displayed if hash has been provided.
if (location.hash == '#userNotes')
showTabPane('pageNotes');