There's a for/in iteration over an array object. Replace for/in with
plain for (line 34):
for (var i=0; i<list.length; i++) {
var param = list[i].split('=');
this.queryList[param[0]] = param[1];
}
- kangax
On May 1, 8:27 am, elyfrank <[EMAIL PROTECTED]> wrote:
> I have the latest prototype.js and still I have problems. my website
> ishttp://flyawaytrip.comand I have a page with script inserted so
> you can see the error:http://flyawaytrip.com/indexxxx.htm
> Thank you for your help
>
> On Apr 27, 11:22 pm, "Ken Snyder" <[EMAIL PROTECTED]> wrote:
>
> > On 4/26/08, elyfrank <[EMAIL PROTECTED]> wrote:
>
> > > Hi, I am having a problem with my website when I add this script.
>
> > > <script language="javascript" type="text/javascript" src="http://
>
> > >www.expedia.com/pubspec/scripts/storefront/expe.sf.vertical.350.asp?p...
> > > "></script>
>
> > > It doesn't show up.
>
> > > When I get rid of this line <script src="js/lightbox/scriptaculous.js?
> > > load=effects" type="text/javascript"></script> in my index page it
> > > shows up.
>
> > > How can I get rid of this problem?
>
> > > thanks
>
> > Can you give us a link to the page with the
> > problem? We need more information to diagnose the problem. Also, have you
> > checked for errors in the console with Firebug? Do you have the latest
> > releases of Prototype and Scriptaculous?
>
> > - Ken- Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---