Project

General

Profile

Bug #24002 » 16327.patch

Administrator Admin, 2010-11-10 10:47

View differences:

typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (working copy)
* @return boolean true on success
*/
postData: function (url, data, callback) {
this.appendToLog('postData', 'Posting to ' + url + '. Data: ' + params);
this.appendToLog('postData', 'Posting to ' + url + '. Data: ' + data);
return this.editor.ajax.postData(url, data, callback, this);
},
/**
(1-1/2)