Changeset f936501 in github
- Timestamp:
- Sep 10, 2008 10:42:14 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 32efb0b
- Parents:
- 11a485d
- File:
-
- 1 edited
-
program/js/app.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r6e6e893 rf936501 3817 3817 request_obj.reset(); 3818 3818 request_obj.__lock = false; 3819 this.display_message('Unknown Serer Error!', 'error'); 3819 3820 }; 3820 3821 … … 3981 3982 3982 3983 this.xmlhttp.onreadystatechange = function(){ _ref.xmlhttp_onreadystatechange(); }; 3983 this.xmlhttp.open('GET', url );3984 this.xmlhttp.open('GET', url, true); 3984 3985 this.xmlhttp.setRequestHeader('X-RoundCube-Referer', bw.get_cookie('roundcube_sessid')); 3985 3986 this.xmlhttp.send(null);
Note: See TracChangeset
for help on using the changeset viewer.
