diff -r e87390b1f9b0 -r ac4c6a7f01d8 includes/clientside/static/editor.js --- a/includes/clientside/static/editor.js Mon May 12 00:59:46 2008 -0400 +++ b/includes/clientside/static/editor.js Fri May 16 12:22:26 2008 -0400 @@ -650,6 +650,7 @@ { if ( ajax.readyState == 4 && ajax.status == 200 ) { + ajaxUnSetEditorLoading(); var response = String(ajax.responseText + ''); if ( response.substr(0, 1) != '{' ) { @@ -727,7 +728,6 @@ else { // The save was successful; reset flags and make another request for the new page content - ajaxUnSetEditorLoading(); setAjaxLoading(); editor_open = false; enableUnload();