mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-14 22:00:23 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user