Changeset 1651
- Timestamp:
- 09/14/04 10:45:30 (4 years ago)
- Files:
-
- trunk/wp-admin/edit-form.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/edit-form.php
r1631 r1651 16 16 ?> 17 17 18 <form name="post" action="post.php" method="post" id=" post">18 <form name="post" action="post.php" method="post" id="simple"> 19 19 20 20 <?php … … 30 30 function focusit() { 31 31 // focus on first input field 32 document. post.title.focus();32 document.getElementById('title').focus(); 33 33 } 34 34 window.onload = focusit;
