Changeset 1651

Show
Ignore:
Timestamp:
09/14/04 10:45:30 (4 years ago)
Author:
saxmatt
Message:

ID change.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/edit-form.php

    r1631 r1651  
    1616?> 
    1717 
    18 <form name="post" action="post.php" method="post" id="post"> 
     18<form name="post" action="post.php" method="post" id="simple"> 
    1919 
    2020<?php 
     
    3030function focusit() { 
    3131    // focus on first input field 
    32     document.post.title.focus(); 
     32    document.getElementById('title').focus(); 
    3333} 
    3434window.onload = focusit;