Changeset 3845
- Timestamp:
- 03/12/06 06:04:03 (3 years ago)
- Files:
-
- trunk/railties/html/javascripts/prototype.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/html/javascripts/prototype.js
r3795 r3845 704 704 var requestHeaders = 705 705 ['X-Requested-With', 'XMLHttpRequest', 706 'X-Prototype-Version', Prototype.Version]; 706 'X-Prototype-Version', Prototype.Version, 707 'Accept', 'text/javascript; text/html; text/xml; */*' ]; 707 708 708 709 if (this.options.method == 'post') {