On Jan 31, 8:30 am, "Leslie P. Polzer" <[email protected]> wrote:
> > Thanks, I'm going to file this as a bug. Not sure where SHOW
> > is supposed to come from...
>
> Looks like a bug in Chrome; I'm closing this issue:
>
> http://weblocks.lighthouseapp.com/projects/18897-weblocks/tickets/63-...
I think perhaps a workaround is to avoid the extended-element syntax
in prototype.
So, instead of
$('1').show()
do
Element.show('1')
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"weblocks" 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/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---