sadly, it's impossible to say-- probable worst case is ~12hours, best case is ~3-4.
if the changes aren't destructive, then I'd say go ahead and start making them. meanwhile, if you have example gadget URLs (before and after) we can test with, that would accelerate the process. hope this helps, adam On Jan 14, 2:50 am, Ozberk <[email protected]> wrote: > Thanks for the update Adam.. > > Can you guys gives us a timeframe? If it will take a while to fix this > I'll update all our gadgets accordingly. As far as i understand this > is also effecting Gadget Ads as well. > > Cheers, > Ozberk > > On Jan 14, 12:13 pm, adam sah <[email protected]> wrote: > > > Sorry for the delay, we're on it (urgently). > > > adam > > > On Jan 14, 1:19 am, ty <[email protected]> wrote: > > > > 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 -~----------~----~----~----~------~----~------~--~---
