comments removed, readme updated

This commit is contained in:
Cesare Concordia 2021-01-18 09:58:02 +01:00
parent b153ab77db
commit 6a0d6ad7e7
3 changed files with 1 additions and 3 deletions

View File

@ -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: #### 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 -- text/plain previewer

View File

@ -2,7 +2,6 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <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.js"></script>
<script src="lib/jquery.i18n.messagestore.js"></script> <script src="lib/jquery.i18n.messagestore.js"></script>
<script src="lib/jquery.i18n.language.js"></script> <script src="lib/jquery.i18n.language.js"></script>

View File

@ -16,7 +16,6 @@
var cType="text%2Fplain"; var cType="text%2Fplain";
queryParams = new URLSearchParams(window.location.search.substring(1)); 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"; 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);}); $(function() {$(location).attr('href',lRSUrl);});
</script> </script>
</body> </body>