On Nov 21, 12:12 pm, jrochkind <[EMAIL PROTECTED]> wrote:
> After help from tfluehr in irc, more info found here:
>
> http://prototype.lighthouseapp.com/projects/8886-prototype/tickets/46...

Yes, we should fix it. Meanwhile, could you try if something like this
can be a temporary solution:

(function(){
  var original = document.write;
  document.write = function(){};
  // load prototype (e.g. insert `script` element into `head` one)
  document.write = original;
})();

[...]

--
kangax
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to