Initial auto-save checkin code from DarkCryst. No bug reports on it yet! Several known issues, including deleting cookies, moving the restore button, and other behavior probs.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2536 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2005-04-16 16:31:38 +00:00
parent 6fa7ece460
commit c7bd7fe40b
3 changed files with 82 additions and 0 deletions

View File

@@ -9,5 +9,11 @@
<?php do_action('admin_footer', ''); ?>
<?php if ( isset( $editing ) ) : ?>
<script type="text/javascript">
WhenLoaded();
</script>
<?php endif; ?>
</body>
</html>