Here's one that Firebug caught:

Drupal.mediaEmbedUrl = function(url, query) { if () { return 'http://alfa.fria.nu/'+url+'?'+query; } else { return 'http://alfa.fria.nu/index.php?q='+url+'&'+query; } };

It seems that sometimes (?) the if is generated without expression - and so firebug complains about a syntax error.

Comments

rhys’s picture

Committed to CVS, thanks for catching that one.

rhys’s picture

Status: Active » Fixed

Committed to CVS, thanks for catching that one.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.