public
Fork of rails/rails
Description: Ruby on Rails - forked for implementing I18n patch
Homepage: http://rubyonrails.org
Clone URL: git://github.com/svenfuchs/rails.git
Fixed a couple of more js issues

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1013 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Sat Mar 26 15:41:04 -0800 2005
commit  f7b89667ac4157d64697aa2f51bcea8a26c0fd8f
tree    ceec044a43db3127d42ea48ce30b90ad3137ead3
parent  4c3d52ad66c2db582ad24e55adf88fa7cfdb39e6
...
197
198
199
200
201
202
 
203
204
205
...
197
198
199
 
 
 
200
201
202
203
0
@@ -197,9 +197,7 @@ Ajax.Updater.prototype = (new Ajax.Base()).extend({
0
   },
0
   
0
   updateContent: function() {
0
- this.container.innerHTML = this.request.transport.responseText;
0
-
0
- if (this.options.insertion) {
0
+ if (!this.options.insertion) {
0
       this.container.innerHTML = this.request.transport.responseText;
0
     } else {
0
       new this.options.insertion(this.container,

Comments

    No one has commented yet.