@arsedizioni/ars-utils 21.0.43 → 21.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -188,8 +188,6 @@ class InfoDialogComponent {
|
|
|
188
188
|
const elem = document.getElementById('info-dialog-content');
|
|
189
189
|
if (!elem)
|
|
190
190
|
return;
|
|
191
|
-
console.log(elem.innerHTML);
|
|
192
|
-
console.log(elem.innerText);
|
|
193
191
|
const htmlBlob = new Blob([elem.innerHTML], { type: 'text/html' });
|
|
194
192
|
const textBlob = new Blob([elem.innerText], { type: 'text/plain' });
|
|
195
193
|
try {
|