[Pkg-javascript-commits] [pdf.js] 59/119: Remove commented out code from viewer.html
David Prévot
taffit at moszumanska.debian.org
Wed May 13 21:27:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit bc0d55bf43b8a614e1c0d5628e90640c06847fe5
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Mon Apr 13 12:29:16 2015 +0200
Remove commented out code from viewer.html
The line that this patch removes has been commented out since 2012 (!), see commit https://github.com/mozilla/pdf.js/commit/c8a6a9ba004eacf095d41942e6431000845c4ea7.
Also, since the patch is trivial, I'm fixing the formatting of a comment to stop [GitHub from marking it with a red color](https://github.com/mozilla/pdf.js/blob/master/web/viewer.html#L394) (and IE from complaining).
---
web/viewer.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/web/viewer.html b/web/viewer.html
index f849822..41adfb6 100644
--- a/web/viewer.html
+++ b/web/viewer.html
@@ -239,7 +239,6 @@ http://sourceforge.net/adobe/cmap/wiki/License/
<button id="download" class="toolbarButton download hiddenMediumView" title="Download" tabindex="34" data-l10n-id="download">
<span data-l10n-id="download_label">Download</span>
</button>
- <!-- <div class="toolbarButtonSpacer"></div> -->
<a href="#" id="viewBookmark" class="toolbarButton bookmark hiddenSmallView" title="Current view (copy or open in new window)" tabindex="35" data-l10n-id="bookmark">
<span data-l10n-id="bookmark_label">Current View</span>
</a>
@@ -391,6 +390,6 @@ http://sourceforge.net/adobe/cmap/wiki/License/
<div id="printContainer"></div>
<!--#if !(FIREFOX || MOZCENTRAL)-->
<!--#include viewer-snippet-mozPrintCallback-polyfill.html-->
-<!--#endif--->
+<!--#endif-->
</body>
</html>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list