diff --git a/adapters/secondary/gateways/web/templates/postEdit.html b/adapters/secondary/gateways/web/templates/postEdit.html index c791301..2ce750e 100644 --- a/adapters/secondary/gateways/web/templates/postEdit.html +++ b/adapters/secondary/gateways/web/templates/postEdit.html @@ -47,6 +47,7 @@ console.log("LOADED") }); }, + license_key: 'gpl', images_upload_handler: (blobInfo, progress) => new Promise((resolve, reject) => { // const xhr = new XMLHttpRequest(); // xhr.withCredentials = false;