Remove blocking alert when login cookie has expired.

git-svn-id: https://develop.svn.wordpress.org/trunk@17931 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-05-15 05:48:35 +00:00
parent 4aa404d348
commit 4c67fd9d0f
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -105,7 +105,6 @@ function autosave_parse_response(response) {
if ( sup['alert'] ) {
jQuery('#autosave-alert').remove();
jQuery('#titlediv').after('<div id="autosave-alert" class="error below-h2"><p>' + sup['alert'] + '</p></div>');
alert( jQuery('#autosave-alert').text() );
}
jQuery.each(sup, function(selector, value) {