diff -r 08a7875258b4 -r 99c617146a34 includes/clientside/static/editor.js --- a/includes/clientside/static/editor.js Mon Jul 28 13:13:09 2008 -0600 +++ b/includes/clientside/static/editor.js Tue Jul 29 09:53:42 2008 -0600 @@ -627,6 +627,9 @@ { if ( response.is_draft ) { + // for some reason this code is throwing "uncaught exception" errors under gecko + // firebug ain't tracing it, it'll be fixed soon enough though + // note that the errors still seem to show after adding the try{}catch{} blocks try { document.getElementById('ajaxEditArea').used_draft = true;