diff --git a/previewers/betatest/js/ro-crate-dynamic.js b/previewers/betatest/js/ro-crate-dynamic.js index 01cb758..284aaff 100644 --- a/previewers/betatest/js/ro-crate-dynamic.js +++ b/previewers/betatest/js/ro-crate-dynamic.js @@ -1,6 +1,10 @@ /* Based on https://github.com/Language-Research-Technology/ro-crate-html-js -copied from https://unpkg.com/ro-crate-html-js@1.4.19/dist/ro-crate-dynamic.js (resolved https://unpkg.com/ro-crate-html-js/dist/ro-crate-dynamic.js) with added call to load() function at the line 135 +copied from https://unpkg.com/ro-crate-html-js@1.4.19/dist/ro-crate-dynamic.js (resolved https://unpkg.com/ro-crate-html-js/dist/ro-crate-dynamic.js) +Changes from original: + - added call to load() function at the line 139 + - removed download link for the files, as it does not work in the context of the Dataverse previewer (line 427) + - removed image and pdf previewers, as it does not work in the context of the Dataverse previewer (line 491) */ (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i${view}`; } @@ -484,13 +488,13 @@ copied from https://unpkg.com/ro-crate-html-js@1.4.19/dist/ro-crate-dynamic.js ( previews += ``; } else if (p.match(/(\.mp3)|(\.ogg?)|(\.wav)$/i)){ previews += ``; - } else if (p.match(/(\.jpe?g)|(\.png)$/i)){ + } /*else if (p.match(/(\.jpe?g)|(\.png)$/i)){ previews += ``; } else if (p.match(/pdf$/i)){ previews += ``; - } + } */ } return previews; }