ID change.

git-svn-id: https://develop.svn.wordpress.org/trunk@1651 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-09-14 10:45:30 +00:00
parent e4ce1aa423
commit 8dbf39841d

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 <?php
if (isset($mode) && 'bookmarklet' == $mode) { if (isset($mode) && 'bookmarklet' == $mode) {
@ -29,7 +29,7 @@ if (isset($mode) && 'bookmarklet' == $mode) {
<!-- <!--
function focusit() { function focusit() {
// focus on first input field // focus on first input field
document.post.title.focus(); document.getElementById('title').focus();
} }
window.onload = focusit; window.onload = focusit;
//--> //-->