@arsedizioni/ars-utils 21.1.96 → 21.1.97

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.
@@ -304,7 +304,6 @@ class ClipperDocumentManager {
304
304
  (item.originDescription ? item.originDescription : '') +
305
305
  '<br>'
306
306
  : '';
307
- const topics = item.topics ? 'Argomento: ' + item.topics + '<br>' : '';
308
307
  if (!id)
309
308
  return;
310
309
  let message = "<p >Il link che trovi qui sotto è un riferimento diretto al documento selezionato.</p>" +
@@ -318,8 +317,7 @@ class ClipperDocumentManager {
318
317
  '<hr>' +
319
318
  '<p class="small">' +
320
319
  channels +
321
- origin +
322
- topics;
320
+ origin;
323
321
  '</p>';
324
322
  this.dialogService.info(message, 'Copia link', 'Chiudi');
325
323
  }