From 993befc0fe32d3a5bf95e62ac6d7dcd9ee2d0bd4 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 29 十月 2024 14:44:16 +0800
Subject: [PATCH] 正式环境
---
public/pdfjs/web/viewer.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/public/pdfjs/web/viewer.html b/public/pdfjs/web/viewer.html
index 11ddd9b..768aedc 100644
--- a/public/pdfjs/web/viewer.html
+++ b/public/pdfjs/web/viewer.html
@@ -293,7 +293,7 @@
</span>
<span id="numPages" class="toolbarLabel"></span>
</div>
- <div id="toolbarViewerRight">
+ <div id="toolbarViewerRight" style="display: none;">
<div id="editorModeButtons" class="splitToolbarButton toggled" role="radiogroup">
<button id="editorHighlight" class="toolbarButton" hidden="true" disabled="disabled" title="Highlight" role="radio" aria-checked="false" aria-controls="editorHighlightParamsToolbar" tabindex="31" data-l10n-id="pdfjs-editor-highlight-button">
<span data-l10n-id="pdfjs-editor-highlight-button-label">Highlight</span>
--
Gitblit v1.8.0