Changeset 2202 in subversion
- Timestamp:
- Dec 30, 2008 9:53:39 AM (4 years ago)
- File:
-
- 1 edited
-
branches/release-0.2-stable/program/js/app.js (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.2-stable/program/js/app.js
r2176 r2202 3770 3770 3771 3771 this.set_busy(true, 'converting'); 3772 console.log('HTTP POST: '+url);3772 //console.log('HTTP POST: '+url); 3773 3773 3774 3774 http_request.onerror = function(o) { rcmail.http_error(o); }; … … 3781 3781 this.set_busy(false); 3782 3782 document.getElementById(id).value = httpRequest.get_text(); 3783 console.log(httpRequest.get_text());3783 //console.log(httpRequest.get_text()); 3784 3784 } 3785 3785 … … 3837 3837 if (request_obj) 3838 3838 { 3839 console.log('HTTP request: '+this.env.comm_path+'&_action='+action+'&'+querystring);3839 //console.log('HTTP request: '+this.env.comm_path+'&_action='+action+'&'+querystring); 3840 3840 3841 3841 if (lock) … … 3863 3863 if (request_obj = this.get_request_obj()) 3864 3864 { 3865 console.log('HTTP POST: '+this.env.comm_path+'&_action='+action);3865 //console.log('HTTP POST: '+this.env.comm_path+'&_action='+action); 3866 3866 3867 3867 if (lock) … … 3891 3891 this.set_busy(false); 3892 3892 3893 console.log(request_obj.get_text());3893 //console.log(request_obj.get_text()); 3894 3894 3895 3895 // if we get javascript code from server -> execute it
Note: See TracChangeset
for help on using the changeset viewer.
