comments removed, readme updated
This commit is contained in:
parent
b153ab77db
commit
6a0d6ad7e7
|
@ -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
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
|
||||
<script src="lib/jquery.i18n.js"></script>
|
||||
<script src="lib/jquery.i18n.messagestore.js"></script>
|
||||
<script src="lib/jquery.i18n.language.js"></script>
|
||||
|
|
|
@ -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);});
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue