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);});