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 11:28:11 +0300
committerGitHub <noreply@github.com>2020-10-12 11:28:11 +0300
commiteecbad6d8e906b37fdb152edcb48a428f381f414 (patch)
tree46f766218e0792dae4395b826a60fffa67453cc8 /templates
parentad835c7c5fd594b8076b263b929ccb548dd1a996 (diff)
Hide the download button by default.
Diffstat (limited to 'templates')
-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>