16327.patch
| typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (working copy) | ||
|---|---|---|
| 4676 | 4676 |
* @return boolean true on success |
| 4677 | 4677 |
*/ |
| 4678 | 4678 |
postData: function (url, data, callback) {
|
| 4679 |
this.appendToLog('postData', 'Posting to ' + url + '. Data: ' + params);
|
|
| 4679 |
this.appendToLog('postData', 'Posting to ' + url + '. Data: ' + data);
|
|
| 4680 | 4680 |
return this.editor.ajax.postData(url, data, callback, this); |
| 4681 | 4681 |
}, |
| 4682 | 4682 |
/** |