Hi,
I want to replace one function in the typo3/jsfunc.TBE_editor.js.
I found something that I could replace it like
TBE_editor.prototype.init() {
...
}
if I want to replace the TBE_editor.init()
But it does not work. (I added the my JS-file direktly after of the
TBE_editor.
Is there an other option?
Cheers,
Malte