changeset 673 | 99c617146a34 |
parent 672 | 08a7875258b4 |
child 693 | f21aa64d050a |
--- 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;