vrana Mon May 22 07:57:56 2006 UTC
Modified files: /phpdoc/htmlhelp/suppfiles/skins/phpZ skin.js Log: Revert - search can be focused by a shortcut (RAQ) http://cvs.php.net/viewcvs.cgi/phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js?r1=1.6&r2=1.7&diff_format=u Index: phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js diff -u phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js:1.6 phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js:1.7 --- phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js:1.6 Mon May 15 12:55:14 2006 +++ phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js Mon May 22 07:57:56 2006 @@ -36,6 +36,8 @@ 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');