Autosave notice styling from mdawaffe. fixes #6054

git-svn-id: https://develop.svn.wordpress.org/trunk@7145 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-03-03 21:15:34 +00:00
parent c1c24f5982
commit 742b6b7ceb
6 changed files with 7 additions and 18 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ function autosave_update_slug(post_id) {
}
function autosave_loading() {
jQuery('#autosave').html('<div class="updated"><p>' + autosaveL10n.savingText + '</p></div>');
jQuery('#autosave').html(autosaveL10n.savingText);
}
function autosave_enable_buttons() {
+1 -1
View File
@@ -53,7 +53,7 @@ class WP_Scripts {
'previewPageText' => __('View this Page'),
'previewPostText' => __('View this Post'),
'requestFile' => get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php',
'savingText' => __('Saving&#8230;')
'savingText' => __('Saving Draft&#8230;')
) );
$this->add( 'wp-ajax', '/wp-includes/js/wp-ajax.js', array('prototype'), '20070306');