update: we reproduced this in a simple test, found the likely culprit
and tested that with more cases besides the "url(" case you
guys found.
we now need to decide the best way to fix it-- in large scale systems
like this, it's never obvious which way to go, and everything takes
hours to update around the world.
will keep you posted.
adam
On Jan 14, 2:54 am, adam sah <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---