ID change.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8b88711983
commit
1bbb74ab6e
|
@ -15,7 +15,7 @@ $saveasdraft = '';
|
|||
|
||||
?>
|
||||
|
||||
<form name="post" action="post.php" method="post" id="post">
|
||||
<form name="post" action="post.php" method="post" id="simple">
|
||||
|
||||
<?php
|
||||
if (isset($mode) && 'bookmarklet' == $mode) {
|
||||
|
@ -29,7 +29,7 @@ if (isset($mode) && 'bookmarklet' == $mode) {
|
|||
<!--
|
||||
function focusit() {
|
||||
// focus on first input field
|
||||
document.post.title.focus();
|
||||
document.getElementById('title').focus();
|
||||
}
|
||||
window.onload = focusit;
|
||||
//-->
|
||||
|
|
Loading…
Reference in New Issue