ID change.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-09-14 10:45:30 +00:00
parent 8b88711983
commit 1bbb74ab6e
1 changed files with 2 additions and 2 deletions

View File

@ -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;
//-->