Changeset c0c0c03 in github
- Timestamp:
- Dec 3, 2010 6:27:42 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- e232acb
- Parents:
- af3c045e
- File:
-
- 1 edited
-
program/js/app.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
raf3c045e rc0c0c03 2387 2387 } 2388 2388 2389 add_url += '&_uid='+this.uids_to_list(a_uids); 2390 2389 2391 // send request to server 2390 this.http_post('copy', '_ uid='+a_uids.join(',')+'&_mbox='+urlencode(this.env.mailbox)+add_url, lock);2392 this.http_post('copy', '_mbox='+urlencode(this.env.mailbox)+add_url, lock); 2391 2393 }; 2392 2394 … … 2401 2403 return; 2402 2404 2403 var lock = false ;2404 varadd_url = '&_target_mbox='+urlencode(mbox)+'&_from='+(this.env.action ? this.env.action : '');2405 var lock = false, 2406 add_url = '&_target_mbox='+urlencode(mbox)+'&_from='+(this.env.action ? this.env.action : ''); 2405 2407 2406 2408 // show wait message
Note: See TracChangeset
for help on using the changeset viewer.
