$Id$
+-- 2008-12-18 version 6.x-1.x-dev
+* Added hack for #248146 (problems with the upload module in FF2)
+
-- 2008-12-17 version 6.x-1.x-dev
* Fixed valdiation of asterisk in the exclude/include settings
function DoFCKeditorTeaserStuff()
{
+ //bad hack for #248146
+ if ($('#ahah-progress-edit-attach').length) {
+ return false;
+ }
for( var i = 0 ; i < fckLaunchedJsId.length ; i++ ) {
if ( document.getElementById( fckLaunchedTextareaId[i] ).style.display == 'none' )
{