Changeset 9620540a in github
- Timestamp:
- Jul 23, 2012 2:40:28 PM (10 months ago)
- Children:
- 23856c9
- Parents:
- a49e00a
- File:
-
- 1 edited
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r9d72713 r9620540a 6289 6289 processData: false, 6290 6290 data: formdata || multipart, 6291 headers: {'X-Roundcube-Request': ref.env.request_token}, 6291 6292 beforeSend: function(xhr, s) { if (!formdata && xhr.sendAsBinary) xhr.send = xhr.sendAsBinary; }, 6292 6293 success: function(data){ ref.http_response(data); },
Note: See TracChangeset
for help on using the changeset viewer.
