Changeset 1021 in subversion
- Timestamp:
- Feb 5, 2008 6:24:30 PM (5 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/js/app.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r1020 r1021 9 9 - Applied patch for updating page title (#1484727, #1484650) 10 10 - Applied patch to prevent from purging inbox by uberlinuxguy (#1484449) 11 - Also send search request when deleting a contact (#1484620) 11 12 - Add CSS hack for Safari 12 13 -
trunk/roundcubemail/program/js/app.js
r1020 r1021 2379 2379 2380 2380 var a_cids = new Array(); 2381 var qs = ''; 2381 2382 2382 2383 if (this.env.cid) … … 2397 2398 } 2398 2399 2400 // also send search request to get the right records from the next page 2401 if (this.env.search_request) 2402 qs += '&_search='+this.env.search_request; 2403 2399 2404 // send request to server 2400 this.http_post('delete', '_cid='+urlencode(a_cids.join(','))+'&_from='+(this.env.action ? this.env.action : '') );2405 this.http_post('delete', '_cid='+urlencode(a_cids.join(','))+'&_from='+(this.env.action ? this.env.action : '')+qs); 2401 2406 return true; 2402 2407 };
Note: See TracChangeset
for help on using the changeset viewer.
