Changeset 1013
- Timestamp:
- 03/26/05 23:41:04 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_view/helpers/javascripts/prototype.js
r1012 r1013 198 198 199 199 updateContent: function() { 200 this.container.innerHTML = this.request.transport.responseText; 201 202 if (this.options.insertion) { 200 if (!this.options.insertion) { 203 201 this.container.innerHTML = this.request.transport.responseText; 204 202 } else {