You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/viewer.html
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -101,14 +101,12 @@
101
101
<span data-l10n-id="print_label">Print</span>
102
102
</button>
103
103
-->
104
-
<buttonid="fallback" class="toolbarButton fallback" title="Open with System Default PDF Viewer" onclick="PDFView.fallback();" tabindex="12" data-l10n-id="fallback" hidden="true">F
105
-
<spandata-l10n-id="fallback_label">Open with System Default PDF Viewer</span>
<ahref="#" id="viewBookmark" class="toolbarButton bookmark" title="Current view (copy or open in new window)" tabindex="14" data-l10n-id="bookmark"><spandata-l10n-id="bookmark_label">Current View</span></a>
109
+
<ahref="#" id="viewBookmark" class="toolbarButton bookmark" title="Current view (copy or open in new window)" tabindex="13" data-l10n-id="bookmark"><spandata-l10n-id="bookmark_label">Current View</span></a>
0 commit comments