We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837c5eb commit ea9229eCopy full SHA for ea9229e
1 file changed
examples/dotcms-symfony/assets/app.js
@@ -14,14 +14,6 @@ if (window.dotUVE) {
14
window.dotUVE.createSubscription('changes', (changes) => {
15
window.location.reload();
16
})
17
-
18
- document.addEventListener('click', (e) => {
19
- if (e.target.matches('button[data-contentlet]')) {
20
- const contentlet = JSON.parse(e.target.dataset.contentlet);
21
- window.dotUVE.editContentlet(contentlet);
22
- }
23
- });
24
25
} else {
26
console.warn('dotUVE is not available, you might experience issues with the the Universal Visual Editor');
27
}
0 commit comments