Hi,
The latest version of Scriptaculous will not correctly load if the
main file (scriptaculous.js) is not loaded in the <HEAD> of the page.
The new version only looks in the Head for the Script tag.
On some of my pages, that is not an option, and the <script> tags are
in the body.
To fix it, I had to change line 49 and change $$('head script[src]')
to $$('script[src]')
Hope this can be fixed in the next version...
Glen
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---