From 6a0d6ad7e7ef9af7ff82d1d50102cb9076037860 Mon Sep 17 00:00:00 2001 From: Cesare Date: Mon, 18 Jan 2021 09:58:02 +0100 Subject: [PATCH] comments removed, readme updated --- README.md | 2 +- previewers/SendPDF.html | 1 - previewers/SendText.html | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index abced34..b544fd8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The previewers are based on those originally developed by the [Qualitative Data #### Curl commands to configure and run web applications with a Dataverse instance: -Using the *curl* commands below it should be possible to run the external applications on a Dataverse instance: +Using the *curl* commands below it should be possible to install and run the external applications on a Dataverse instance: -- text/plain previewer diff --git a/previewers/SendPDF.html b/previewers/SendPDF.html index f7e31cb..e66fe2e 100644 --- a/previewers/SendPDF.html +++ b/previewers/SendPDF.html @@ -2,7 +2,6 @@ - diff --git a/previewers/SendText.html b/previewers/SendText.html index 2468d2d..0aeab70 100644 --- a/previewers/SendText.html +++ b/previewers/SendText.html @@ -16,7 +16,6 @@ var cType="text%2Fplain"; queryParams = new URLSearchParams(window.location.search.substring(1)); lRSUrl="https://switchboard.clarin.eu/#/dataverse/"+encodeURIComponent(queryParams.get("siteUrl") + "/api/access/datafile/"+ queryParams.get("fileid")+ "?gbrecs=false" )+"/"+cType+"/en"; - //alert(lRSUrl); $(function() {$(location).attr('href',lRSUrl);});