8 lines
138 B
JavaScript
8 lines
138 B
JavaScript
|
window.TYPO3.Feedit = {
|
||
|
openBackendHandler: function (event) {
|
||
|
event.preventDefault();
|
||
|
console.log(event);
|
||
|
},
|
||
|
};
|
||
|
|