Closed (fixed)
Project:
Media Manager
Version:
5.x-0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2007 at 09:14 UTC
Updated:
31 Dec 2007 at 09:32 UTC
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
Comment #1
rhys commentedCommitted to CVS, thanks for catching that one.
Comment #2
rhys commentedCommitted to CVS, thanks for catching that one.
Comment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.