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:
Diffstat (limited to 'js/previewplugin.js')
-rw-r--r--js/previewplugin.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/previewplugin.js b/js/previewplugin.js
index ad3b338..5f7646d 100644
--- a/js/previewplugin.js
+++ b/js/previewplugin.js
@@ -97,6 +97,7 @@
var hideDownload = $('#hideDownload').val();
if (hideDownload === 'true') {
iframe.find('.download').addClass('hidden');
+ iframe.find('.pdfViewer').addClass('disabledTextSelection')
}
});