Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-10-12 12:15:06 +0300
committerGitHub <noreply@github.com>2020-10-12 12:15:06 +0300
commit6cc2bfe98be3a867b0a62e8d6be3bf6ccdeca3f1 (patch)
tree79ac7a3166df9af38e9a2e0bedb2d92d0041e599
parent7ff0bf588e3a9b1d881ab090a8edee86c8bda496 (diff)
parentc66eae6ba6c4c8807c886a7f7d35dd5687ea99b2 (diff)
Merge pull request #247 from nextcloud/backport/stable20/download-button
Hide the download button by default
-rw-r--r--templates/viewer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/viewer.php b/templates/viewer.php
index 83cdc41..f05e42a 100644
--- a/templates/viewer.php
+++ b/templates/viewer.php
@@ -124,7 +124,7 @@ See https://github.com/adobe-type-tools/cmap-resources
<span data-l10n-id="print_label">Print</span>
</button>
- <button id="secondaryDownload" class="secondaryToolbarButton download visibleMediumView" title="Download" tabindex="54" data-l10n-id="download">
+ <button id="secondaryDownload" class="secondaryToolbarButton download visibleMediumView" title="Download" tabindex="54" data-l10n-id="download" hidden="true">
<span data-l10n-id="download_label">Download</span>
</button>