Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 1013

Show
Ignore:
Timestamp:
03/26/05 23:41:04 (3 years ago)
Author:
david
Message:

Fixed a couple of more js issues

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_view/helpers/javascripts/prototype.js

    r1012 r1013  
    198198   
    199199  updateContent: function() { 
    200     this.container.innerHTML = this.request.transport.responseText; 
    201  
    202     if (this.options.insertion) { 
     200    if (!this.options.insertion) { 
    203201      this.container.innerHTML = this.request.transport.responseText; 
    204202    } else {