Project

General

Profile

Bug #24002 » rtehtmlarea_bugfix_16327_trunk.patch

Administrator Admin, 2010-11-10 17:12

View differences:

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