From 90ac3a67ce6420efb5d26e638f20a6585b2ed248 Mon Sep 17 00:00:00 2001 From: Michael Heppler Date: Mon, 8 Jun 2020 17:48:19 -0400 Subject: [PATCH] Fixed unnecessary duplicate file download javascript [ref #6684, #6943] --- .../file-download-button-fragment.xhtml | 31 ++++++------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/src/main/webapp/file-download-button-fragment.xhtml b/src/main/webapp/file-download-button-fragment.xhtml index c8feca61bd2..061b1df00fa 100644 --- a/src/main/webapp/file-download-button-fragment.xhtml +++ b/src/main/webapp/file-download-button-fragment.xhtml @@ -380,16 +380,6 @@ #{bundle['file.requestAccess']} - @@ -424,16 +414,6 @@ #{fileMetadata.dataFile.fileAccessRequesters.contains(dataverseSession.user) ? bundle['file.accessRequested'] : bundle['file.requestAccess']} - @@ -570,5 +550,14 @@ #{bundle['file.compute']} - + + \ No newline at end of file