mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 08:33:35 +01:00
ID change.
git-svn-id: https://develop.svn.wordpress.org/trunk@1651 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e4ce1aa423
commit
8dbf39841d
@ -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…
x
Reference in New Issue
Block a user