Firefox is showing the same type of error on your Flickr Slides
gadget:
[unterminated string literal, Line 139] $lp('#bg_1').css('background-
image','url(+get_image()+')');\n
Change this to:
$lp('#bg_1').css('background-image', 'url' + '(' +
get_image()+')');\n
Good luck!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---