Port autosave to jquery. Props rmccue. see #3824

git-svn-id: https://develop.svn.wordpress.org/trunk@6546 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-01-04 08:46:33 +00:00
parent c3d27d6d18
commit 72a79d489d
9 changed files with 791 additions and 99 deletions
+1 -3
View File
@@ -60,10 +60,8 @@ case 'edit':
wp_enqueue_script('post');
if( 'draft' == $post->post_status ) {
wp_enqueue_script('prototype');
if ( 'draft' == $post->post_status )
wp_enqueue_script('autosave');
}
require_once('admin-header.php');