Ticket #9226: fix_ajax_request_complete.diff
| File fix_ajax_request_complete.diff, 491 bytes (added by bgreenlee, 1 year ago) |
|---|
-
src/ajax.js
old new 73 73 ['Uninitialized', 'Loading', 'Loaded', 'Interactive', 'Complete']; 74 74 75 75 Ajax.Request.prototype = Object.extend(new Ajax.Base(), { 76 _complete: false,77 78 76 initialize: function(url, options) { 77 this._complete = false, 79 78 this.transport = Ajax.getTransport(); 80 79 this.setOptions(options); 81 80 this.request(url);