Daniel Siepmann
746aaf3285
Allow to render videos with native HTML5 support in browser. A first example video is also added to fileadmin.
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
window.TYPO3.Feedit = {
|
|
openBackendHandler: function (event) {
|
|
event.preventDefault();
|
|
console.log(event);
|
|
},
|
|
};
|
|
|