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) <skjnldsv@protonmail.com>2020-10-11 02:11:54 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-10-11 02:11:54 +0300
commit8830639acef86663c739d69aa5c58cdb54d85141 (patch)
tree1a1ada248a99aec7c4f6966a5dd6b869e2633140 /templates
parentfb5cba66fe2ef00eac6a45ba596e27da815c28bf (diff)
Remove close button
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/viewer.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/viewer.php b/templates/viewer.php
index 680ddd3..83cdc41 100644
--- a/templates/viewer.php
+++ b/templates/viewer.php
@@ -236,10 +236,6 @@ See https://github.com/adobe-type-tools/cmap-resources
<div class="verticalToolbarSeparator hiddenSmallView"></div>
- <button id="secondaryToolbarClose" class="toolbarButton" title="Close" tabindex="37" data-l10n-id="Close">
- <span data-l10n-id="close_label">Close</span>
- </button>
-
<button id="secondaryToolbarToggle" class="toolbarButton" title="Tools" tabindex="36" data-l10n-id="tools">
<span data-l10n-id="tools_label">Tools</span>
</button>