would make a patch but no time. Easy fix. In the
Drupal.behaviors.swftools_flowplayer3 function,

console.log($(this).attr('class'));

Should be commented out.

Comments

JGonzalez’s picture

Status: Active » Needs work
ManyNancy’s picture

Priority: Normal » Critical
JGonzalez’s picture

Version: 6.x-3.x-dev » 6.x-3.0-beta4
Status: Needs work » Needs review
StatusFileSize
new884 bytes

Attached patch should fix problem (if it applies!), commented out call to "console" as this is only for debugging purposes.

penguininja’s picture

I can confirm that the patch in comment #3 fixes the issue in Firefox.

@JGonzalez_M644: Thanks!

marcp’s picture

StatusFileSize
new632 bytes

Here's a patch against 6.x-3.0-beta4 that works when included in a drush makefile.

Looks like this is fixed in CVS (there are no uncommented console calls in swftools_flowplayer3.js).

Stuart Greenfield’s picture

Status: Needs review » Reviewed & tested by the community

Modifying as part of issue queue review.

All references to console are removed.