includes/clientside/static/ajax.js
changeset 78 4df25dfdde63
parent 76 608dee512bf0
child 80 cb7dde69c301
--- a/includes/clientside/static/ajax.js	Sat Jul 28 18:11:14 2007 -0400
+++ b/includes/clientside/static/ajax.js	Sun Jul 29 17:40:36 2007 -0400
@@ -164,7 +164,7 @@
   // IE <6 pseudo-compatibility
   if ( KILL_SWITCH )
     return true;
-  goBusy('Saving page...');
+  //goBusy('Saving page...');
   var text = ajaxEscape($('ajaxEditArea').getContent());
   if(document.mdgAjaxEditor.minor.checked) minor='&minor';
   else minor='';