Hello,

Woke up this morning and all my gadgets are blank. Tracked this down
and it seems iGoogle freaks out with code like this:

var bkStyle = 'style="background:#faf0b4 url(' + searchBK + ') repeat-
x left top"';

Strange. It can be fixed like this:

var bkStyle = 'style="background:#faf0b4 url' + '(' + searchBK + ')
repeat-x left top"';

OK. That is good to go but big problem. All users who installed my
gadgets have the old, broken version cached. How long until Google
flushes the cache and gets the working version from my server?

Thanks,
Ty
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to