Can anybody tell me where to submit a bug report/patch for prototype.js? As far as I can tell, lines 760 et seq. should be changed from if ((this.header(''Content-type'') || '''').match(/^text\/javascript/i)) this.evalResponse(); } to if ((this.header(''Content-type'') || '''').match(/^text\/javascript/i)) { return (this.evalResponse()); } } but I don''t seem to be able to find anyplace to report it, demonstrate the problem, or anything. --Al Evans -- Posted via http://www.ruby-forum.com/.
On Wed, 2006-07-19 at 02:49 +0200, Al Evans wrote:> Can anybody tell me where to submit a bug report/patch for prototype.js?Open a ticket on the Rails trac: http://dev.rubyonrails.org/ If you want to discuss it, use the rails-spinoffs list: http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs - Scott
Scott Bronson wrote:> On Wed, 2006-07-19 at 02:49 +0200, Al Evans wrote: >> Can anybody tell me where to submit a bug report/patch for prototype.js? > > Open a ticket on the Rails trac: http://dev.rubyonrails.org/ > > If you want to discuss it, use the rails-spinoffs list: > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffsThanks. dev.rubyonrails.org seems to be down, that''s probably why I couldn''t find it. I''ll post to the mailing list. --Al Evans -- Posted via http://www.ruby-forum.com/.